diff options
author | Chris Robinson <[email protected]> | 2014-09-09 21:40:06 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-09-09 21:40:06 -0700 |
commit | d714b909624e69bf09078804af61d805fcfa5c6c (patch) | |
tree | 936a9ad508e17782daf49f6cdddd5f4335cac876 /include/AL | |
parent | 4a712dc61271b35ca3be85177eba71e939ac6eee (diff) |
Add AL_EXT_BFORMAT to alext.h
Diffstat (limited to 'include/AL')
-rw-r--r-- | include/AL/alext.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/AL/alext.h b/include/AL/alext.h index 22e425c2..e22a5be1 100644 --- a/include/AL/alext.h +++ b/include/AL/alext.h @@ -393,6 +393,16 @@ ALC_API void ALC_APIENTRY alcDeviceResumeSOFT(ALCdevice *device); #endif #endif +#ifndef AL_EXT_BFORMAT +#define AL_EXT_BFORMAT 1 +#define AL_FORMAT_BFORMAT2D_8 0x20021 +#define AL_FORMAT_BFORMAT2D_16 0x20022 +#define AL_FORMAT_BFORMAT2D_FLOAT32 0x20023 +#define AL_FORMAT_BFORMAT3D_8 0x20031 +#define AL_FORMAT_BFORMAT3D_16 0x20032 +#define AL_FORMAT_BFORMAT3D_FLOAT32 0x20033 +#endif + #ifdef __cplusplus } #endif |