bibendovsky / eaxefx

OpenAL EAX Extension
MIT License
57 stars 4 forks source link

Load AL symbols dynamically #14

Closed bibendovsky closed 3 years ago

mirh commented 3 years ago

Any known program that benefits/improves with this?

bibendovsky commented 3 years ago

To follow OpenAL convention and how applications loads the extensions. Core symbols (al, alc) can be loaded outside context and inside a context as well. EFX and EAX symbols are available in the context only.