[Openal-devel] ALC_EXT_thread_local_context

Jason Daly jdaly at ist.ucf.edu
Mon Mar 15 08:39:23 PDT 2010


Chris Robinson wrote:
> Looking for more feedback on the thread-local context extension, since the API 
> seems to be stablized and I'd like to have it done for OpenAL Soft 1.12 if 
> possible.
>
> http://kcat.strangesoft.net/openal-extensions/EXT_thread_local_context.txt
>   

Interesting.  You're kind of following the GLX model of renaming 
functions (1.2 and earlier had glXMakeCurrent, then 1.3 added 
glXMakeContextCurrent for extra functionality).

I suppose the intent is to get newer apps to start using alcMakeCurrent 
instead of the older alcMakeContextCurrent, which makes sense.

It looks good to me.  I had a read over the old thread just to refresh 
the memory, and I can't come up with anything else to complain about  :-)  

--"J"



More information about the Openal-devel mailing list