File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -649,6 +649,13 @@ typedef void (AL_APIENTRY *LPALDOPPLERVELOCITY)(ALfloat value);
649
649
typedef void (AL_APIENTRY * LPALSPEEDOFSOUND )(ALfloat value );
650
650
typedef void (AL_APIENTRY * LPALDISTANCEMODEL )(ALenum distanceModel );
651
651
652
+ #define AL_EXT_TRACE_INFO 1
653
+ typedef void (AL_APIENTRY * LPALTRACEPUSHSCOPE )(const ALchar * str );
654
+ typedef void (AL_APIENTRY * LPALTRACEPOPSCOPE )(void );
655
+ typedef void (AL_APIENTRY * LPALTRACEMESSAGE )(const ALchar * str );
656
+ typedef void (AL_APIENTRY * LPALTRACEBUFFERLABEL )(ALuint name , const ALchar * str );
657
+ typedef void (AL_APIENTRY * LPALTRACESOURCELABEL )(ALuint name , const ALchar * str );
658
+
652
659
#if defined(__cplusplus )
653
660
} /* extern "C" */
654
661
#endif
Original file line number Diff line number Diff line change @@ -230,6 +230,10 @@ typedef void (ALC_APIENTRY *LPALCCAPTURESTART)(ALCdevice *device);
230
230
typedef void (ALC_APIENTRY * LPALCCAPTURESTOP )(ALCdevice * device );
231
231
typedef void (ALC_APIENTRY * LPALCCAPTURESAMPLES )(ALCdevice * device , ALCvoid * buffer , ALCsizei samples );
232
232
233
+ #define ALC_EXT_TRACE_INFO 1
234
+ typedef void (AL_APIENTRY * LPALCTRACEDEVICELABEL )(ALCdevice * device , const ALCchar * str );
235
+ typedef void (AL_APIENTRY * LPALCTRACECONTEXTLABEL )(ALCcontext * ctx , const ALCchar * str );
236
+
233
237
#if defined(__cplusplus )
234
238
}
235
239
#endif
You can’t perform that action at this time.
0 commit comments