diff options
author | Chris Robinson <[email protected]> | 2011-07-16 16:59:20 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-07-16 16:59:20 -0700 |
commit | 163cc62a00f755e0df5d83f4196178bd85be9bde (patch) | |
tree | d1aa0417909420f02a7b7113b3417298f4644e40 /OpenAL32/alExtension.c | |
parent | 5f566ebf05873aafd54b7613d35d363fbb8943c2 (diff) |
Add a couple new functions to handle deferred updates
Currently no-ops, they will be used in place of alcSuspendContext and
alcProcessContext for batching updates since the mentioned functions have no
coherent functionality between system implementations.
Diffstat (limited to 'OpenAL32/alExtension.c')
-rw-r--r-- | OpenAL32/alExtension.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/alExtension.c b/OpenAL32/alExtension.c index ed6236b2..a986bc16 100644 --- a/OpenAL32/alExtension.c +++ b/OpenAL32/alExtension.c @@ -213,6 +213,7 @@ static const ALenums enumeration[] = { { "AL_DISTANCE_MODEL", AL_DISTANCE_MODEL }, { "AL_SPEED_OF_SOUND", AL_SPEED_OF_SOUND }, { "AL_SOURCE_DISTANCE_MODEL", AL_SOURCE_DISTANCE_MODEL }, + { "AL_DEFERRED_UPDATES_SOFT", AL_DEFERRED_UPDATES_SOFT }, // Distance Models { "AL_INVERSE_DISTANCE", AL_INVERSE_DISTANCE }, |