Skip to content

Fix OpenAL extensions#602

Merged
Perksey merged 2 commits into
mainfrom
hotfix/al_extension_loading
Sep 3, 2021
Merged

Fix OpenAL extensions#602
Perksey merged 2 commits into
mainfrom
hotfix/al_extension_loading

Conversation

@Perksey

@Perksey Perksey commented Sep 3, 2021

Copy link
Copy Markdown
Member

Fixes OpenAL extensions and closes #590

@Perksey

Perksey commented Sep 3, 2021

Copy link
Copy Markdown
Member Author

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
/// </summary>
[Extension("AL_EXT_EFX")]
[Extension("ALC_EXT_EFX")] // the ALC_ prefix is misleading
[NativeApi(Prefix = "al")]

Copy link
Copy Markdown
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
Copy Markdown
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