OpenAL Specification and Reference | ||
---|---|---|
<<< Previous | Extensions | Next >>> |
Extensions are required to use a postfix that separates the extension namespace from the core API's namespace. For example, an ARB-approved extension would use "_ARB" with tokens (ALenum), and "ARB" with commands (function names). A vendor specific extension uses a vendor-chosen postfix, e.g. Loki Extensions use "_LOKI" and "LOKI", respectively.
<<< Previous | Home | Next >>> |
Retrieving Enumeration Values | Up | ARB Extensions |