Tao.OpenAl SDK Documentation |
|
Alc.alcGetError Method
Retrieves the current context error state.
[Visual Basic]
Public Shared Function alcGetError( _
ByVal
device As
IntPtr _
) As
Integer
[C#]
public static
int alcGetError(
IntPtr device);
Parameters
-
device
- The device to query.
Return Value
The current context error state will be returned.
See Also
Alc Class | Tao.OpenAl Namespace