From d714b909624e69bf09078804af61d805fcfa5c6c Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 9 Sep 2014 21:40:06 -0700 Subject: Add AL_EXT_BFORMAT to alext.h --- include/AL/alext.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include/AL') 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 -- cgit v1.2.3