| OpenAL Specification and Reference | ||
|---|---|---|
| <<< Previous | OpenAL Operation | Next >>> |
The application can temporarily disable certain AL capabilities on a per Context basis. This allows the driver implementation to optimize for certain subsets of operations. Enabling and disabling capabilities is handled using a function pair.
void Enable ( enum target );
void Disable ( enum target );
boolean IsEnabled ( enum target );
At this time, this mechanism is not used. There are no valid targets.
| <<< Previous | Home | Next >>> |
| AL Errors | Up | Object Paradigm |