Example #1
0
 public static extern bool MakeContextCurrent(ALContext context);
Example #2
0
 public static extern ALDevice GetContextsDevice(ALContext context);
Example #3
0
 public static extern void SuspendContext(ALContext context);
Example #4
0
 public static extern void DestroyContext(ALContext context);
Example #5
0
 public static extern void ProcessContext(ALContext context);