diff options
author | Chris Robinson <chris.kcat@gmail.com> | 2020-08-24 19:10:16 -0700 |
---|---|---|
committer | Chris Robinson <chris.kcat@gmail.com> | 2020-08-24 19:13:46 -0700 |
commit | 9e5a388dfe2dbd5250f80675426c95a9bdade39c (patch) | |
tree | 87f73a32036dff620eb571b76e5faf52f428431e /al/auxeffectslot.h | |
parent | 9d61484e4bc0b2691b714d758391b3c3ecfd7890 (diff) |
Add a method for effects to create persistent buffer data
Diffstat (limited to 'al/auxeffectslot.h')
-rw-r--r-- | al/auxeffectslot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/al/auxeffectslot.h b/al/auxeffectslot.h index 71f99a11..de640b58 100644 --- a/al/auxeffectslot.h +++ b/al/auxeffectslot.h @@ -50,6 +50,7 @@ struct ALeffectslot { EffectProps Props{}; al::intrusive_ptr<EffectState> State; + al::intrusive_ptr<EffectBufferBase> Buffer; } Effect; std::atomic_flag PropsClean; |