diff options
author | Chris Robinson <[email protected]> | 2007-12-28 22:41:14 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2007-12-28 22:41:14 -0800 |
commit | 5f8e65e09941c9c5d48e2277a8b1be1e35f04a9a (patch) | |
tree | c0b71503e829f3cf2dcda7aaea081da4610a357c /OpenAL32/Include | |
parent | d90b36cf1147b0b14068db55a7510ffb0d2d2641 (diff) |
Implement AL_EXT_FLOAT32
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 30dd068f..f11f8fd9 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -89,6 +89,9 @@ extern char _alDebug[256]; } while(0) +#define AL_FORMAT_MONO_FLOAT32 0x10010 +#define AL_FORMAT_STEREO_FLOAT32 0x10011 + #define AL_FORMAT_MONO_IMA4 0x1300 #define AL_FORMAT_STEREO_IMA4 0x1301 // These are from AL_EXT_MCFORMATS, which we don't support yet but the mixer |