ALDebug.h file
Defines
- #define AL_LOG_ERRORS()
- Logs any pending OpenAL error.
Define documentation
#define AL_LOG_ERRORS()
Logs any pending OpenAL error.
Expands to an alGetError() check that logs a warning when an error is pending. Compiles to a no-op unless both DEATH_TRACE and DEATH_TRACE_VERBOSE_AL are defined.