diff options
author | Chris Robinson <[email protected]> | 2009-09-12 16:45:46 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-09-12 16:45:46 -0700 |
commit | 59ed9338d88fc76c54c68c79af6b2f2999eac6df (patch) | |
tree | 93dc952f832d9db0d8e6db6556efdde57df2ebdf /include/AL/alext.h | |
parent | b444dea63b007b52a5eb5c2861c1e7091f31fe9d (diff) |
Add support for the in-progress ALC_EXT_thread_local_context extension
Diffstat (limited to 'include/AL/alext.h')
-rw-r--r-- | include/AL/alext.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/AL/alext.h b/include/AL/alext.h index 221e9c63..cc42e20b 100644 --- a/include/AL/alext.h +++ b/include/AL/alext.h @@ -144,6 +144,12 @@ typedef ALvoid (AL_APIENTRY*PFNALUNMAPDATABUFFEREXTPROC)(ALuint uiBuffer); #define ALC_CONNECTED 0x313 #endif +#ifndef ALC_EXT_thread_local_context +#define ALC_EXT_thread_local_context 1 +typedef ALCboolean (ALCAPIENTRY*PFNALCMAKECURRENTPROC)(ALCcontext *context); +typedef ALCcontext* (ALCAPIENTRY*PFNALCGETTHREADCONTEXTPROC)(void); +#endif + #ifdef __cplusplus } #endif |