#include <AL/al.h>
Go to the source code of this file.
◆ AL_LOOP_POINTS_SOFT
#define AL_LOOP_POINTS_SOFT 0x2015 |
◆ AL_NO_PROTOTYPES
◆ AL_SOFT_loop_points
#define AL_SOFT_loop_points 1 |
◆ QAL
#define QAL |
( |
|
type, |
|
|
|
func |
|
) |
| extern type q##func |
◆ QAL_IMP
◆ QAL_Init()
Definition at line 92 of file dynamic.c.
105 #define QAL(type, func) if ((q##func = Sys_GetProcAddress(handle, #func)) == NULL) goto fail;
122 if (!qalcMakeContextCurrent(
context)) {
◆ QAL_Shutdown()
Definition at line 64 of file dynamic.c.
67 qalcMakeContextCurrent(NULL);
76 #define QAL(type, func) q##func = NULL