Tao.OpenAl SDK Documentation |
|
Alc.alcMakeContextCurrent Method
Makes a specified context the current context.
[Visual Basic]
Public Shared Function alcMakeContextCurrent( _
ByVal
context As
IntPtr _
) As
Integer
[C#]
public static
int alcMakeContextCurrent(
IntPtr context);
Parameters
-
context
- Pointer to the new context.
Return Value
Returns an error code on failure.
See Also
Alc Class | Tao.OpenAl Namespace