Tao.OpenAl SDK Documentation |
|
Al.alEnable Method
Enables a feature of the OpenAL driver.
[Visual Basic]
Public Shared Sub alEnable( _
ByVal
capability As
Integer _
)
[C#]
public static
void alEnable(
int capability);
Parameters
-
capability
- The capability to enable.
Remarks
At the time of this writing, there are no features to be enabled using this function, so if it is called the error AL_INVALID_ENUM will be generated.
See Also
Al Class | Tao.OpenAl Namespace