diff options
author | Chris Robinson <[email protected]> | 2013-05-31 15:40:02 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-05-31 15:40:02 -0700 |
commit | 8f1490229082738f1d07ea521c94d1c10980bcb8 (patch) | |
tree | 85eebc49a8103dfee913a9ffae0fb6a5bf22d0bb /include | |
parent | 2290e08053b18039f11c6b1fa240bb73b37dc01b (diff) |
Add ALC_EXT_DEFAULT_FILTER_ORDER to alext.h
Diffstat (limited to 'include')
-rw-r--r-- | include/AL/alext.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/AL/alext.h b/include/AL/alext.h index 0447f2bb..b8b11f7e 100644 --- a/include/AL/alext.h +++ b/include/AL/alext.h @@ -348,6 +348,11 @@ AL_API void AL_APIENTRY alGetSourcei64vSOFT(ALuint source, ALenum param, ALint64 #endif #endif +#ifndef ALC_EXT_DEFAULT_FILTER_ORDER +#define ALC_EXT_DEFAULT_FILTER_ORDER 1 +#define ALC_DEFAULT_FILTER_ORDER 0x1100 +#endif + #ifdef __cplusplus } #endif |