diff options
author | Boris I. Bendovsky <[email protected]> | 2022-07-12 12:46:51 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2022-07-12 02:46:51 -0700 |
commit | 6fb5cb553f4c2faf4b991ac377ec457a7bba7e4c (patch) | |
tree | 5b62a1111fa1a48f3a2e226b8491bc1615db865d /al/eax/utils.h | |
parent | fa51c89549590319cb545a8c81419e2e1ddc5db3 (diff) |
[EAX] Use separate FX slot state for each version (#730)
* [EAX] Use separate FX slot state for each version
[EAX] Don't defer FX slot properties
* [EAX_FXSLOT] Use mPropsDirty to defer update
[EAX_CONTEXT] Commit all updates on first initialization
Diffstat (limited to 'al/eax/utils.h')
-rw-r--r-- | al/eax/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/al/eax/utils.h b/al/eax/utils.h index 2960c6d7..8ff75a18 100644 --- a/al/eax/utils.h +++ b/al/eax/utils.h @@ -6,6 +6,8 @@ #include <string> #include <type_traits> +using EaxDirtyFlags = unsigned int; + struct EaxAlLowPassParam { float gain; float gain_hf; |