Re: Device enumeration and ALC_ENUMERATE_ALL_EXT
Chris Robinson <[email protected]>
| Newsgroups | gmane.comp.lib.openal |
|---|---|
| Message-ID | <[email protected]> |
On Monday, March 14, 2011 6:04:30 AM Thilo Schulz wrote: > Those are not solutions in my book but dirty workarounds. Can you not > include alext.h from alc.h? At least this would solve the inconsistenty > between OpenAL SDK and openalsoft. I try to keep it so al.h/alc.h only define the core functions, types, and values, with the non-core stuff in alext.h. Similar to the way OpenGL works, excepting that there's no alcext.h. To be honest, I'm not sure why Creative put the ALC_ENUMERATE_ALL_EXT values in alc.h, unless they're planning on making it core for 1.2. If that's the case, I could be convinced to copy that extension's definitions to alc.h. But you still might have a problem with OSX's alc.h, which I don't think has the ALC_ENUMERATE_ALL_EXT values. _______________________________________________ Openal mailing list [email protected] http://opensource.creative.com/mailman/listinfo/openal