aboutsummaryrefslogtreecommitdiffstats
path: root/alc/inprogext.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-04-04 03:10:01 -0700
committerChris Robinson <[email protected]>2020-04-04 03:10:01 -0700
commita0b7638d635d4f583ecc1a48c193629868cf684a (patch)
tree09080d1fc980c2ddde6a1fdf61ccc62359b9901f /alc/inprogext.h
parentfc906c97f52fd13549dfdfae229d0dc6d60a2865 (diff)
Add an extension to change a buffer's unpack ambisonic order
Diffstat (limited to 'alc/inprogext.h')
-rw-r--r--alc/inprogext.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/alc/inprogext.h b/alc/inprogext.h
index 1eeeddf2..e5cba97f 100644
--- a/alc/inprogext.h
+++ b/alc/inprogext.h
@@ -94,6 +94,11 @@ AL_API void AL_APIENTRY alGetBufferPtrvSOFT(ALuint buffer, ALenum param, ALvoid
#endif
#endif
+#ifndef AL_SOFT_bformat_hoa
+#define AL_SOFT_bformat_hoa
+#define AL_UNPACK_AMBISONIC_ORDER_SOFT 0x200F
+#endif
+
#ifdef __cplusplus
} /* extern "C" */
#endif