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