Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix OpenAL extensions #602

Merged
merged 2 commits into from
Sep 3, 2021
Merged

Fix OpenAL extensions #602

merged 2 commits into from
Sep 3, 2021

Conversation

Perksey
Copy link
Member

@Perksey Perksey commented Sep 3, 2021

Fixes OpenAL extensions and closes #590

@Perksey
Copy link
Member Author

Perksey commented Sep 3, 2021

Ready for review. If possible, please review this evening for 2.8! Thanks in advance :D

@Perksey Perksey added area-OpenAL bug Something isn't working labels Sep 3, 2021
@Perksey Perksey added this to the 2.X milestone Sep 3, 2021
@@ -11,12 +11,12 @@ namespace Silk.NET.OpenAL.Extensions.Creative
/// <summary>
/// Exposes the functions of the Effects Extension.
/// </summary>
[Extension("AL_EXT_EFX")]
[Extension("ALC_EXT_EFX")] // the ALC_ prefix is misleading
[NativeApi(Prefix = "al")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You sure?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Absolutely positive, it's frustrating and makes me sick to my stomach that this is correct but having looked over the official headers and based on feedback from our users this is correct.

@Perksey Perksey enabled auto-merge (squash) September 3, 2021 20:55
@Perksey Perksey merged commit a8d1cab into main Sep 3, 2021
@Perksey Perksey deleted the hotfix/al_extension_loading branch September 3, 2021 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-OpenAL bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MissingMethodException on OpenAL GetExtension
2 participants