Explorar o código

Updated OpenAL Soft headers

Ray San %!s(int64=8) %!d(string=hai) anos
pai
achega
ea0decece8
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      src/external/openal_soft/include/AL/alext.h

+ 11 - 0
src/external/openal_soft/include/AL/alext.h

@@ -448,6 +448,17 @@ AL_API const ALchar* AL_APIENTRY alGetStringiSOFT(ALenum pname, ALsizei index);
 #endif
 #endif
 
+#ifndef AL_SOFT_source_spatialize
+#define AL_SOFT_source_spatialize
+#define AL_SOURCE_SPATIALIZE_SOFT                0x1214
+#define AL_AUTO_SOFT                             0x0002
+#endif
+
+#ifndef ALC_SOFT_output_limiter
+#define ALC_SOFT_output_limiter
+#define ALC_OUTPUT_LIMITER_SOFT                  0x199A
+#endif
+
 #ifdef __cplusplus
 }
 #endif