diff options
author | Chris Robinson <[email protected]> | 2023-05-14 19:44:06 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-05-14 19:44:06 -0700 |
commit | b80502e41d4d0fa0978bfa11b73803e5dfa45148 (patch) | |
tree | 27910fd4e4d5055f1d183293fb559cdb826e63f9 /alc/context.cpp | |
parent | 5d89ea32c2bb6d5a137cb345bec616b0d6708789 (diff) |
Add extension strings for the in-progress direct API
Diffstat (limited to 'alc/context.cpp')
-rw-r--r-- | alc/context.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/context.cpp b/alc/context.cpp index 81529adf..bcd72f92 100644 --- a/alc/context.cpp +++ b/alc/context.cpp @@ -55,6 +55,7 @@ std::vector<std::string_view> getContextExtensions() noexcept "AL_EXT_ALAW", "AL_EXT_BFORMAT", "AL_EXTX_debug", + "AL_EXTX_direct_context", "AL_EXT_DOUBLE", "AL_EXT_EXPONENT_DISTANCE", "AL_EXT_FLOAT32", |