aboutsummaryrefslogtreecommitdiffstats
path: root/al/auxeffectslot.h
diff options
context:
space:
mode:
authorChris Robinson <chris.kcat@gmail.com>2020-08-24 19:10:16 -0700
committerChris Robinson <chris.kcat@gmail.com>2020-08-24 19:13:46 -0700
commit9e5a388dfe2dbd5250f80675426c95a9bdade39c (patch)
tree87f73a32036dff620eb571b76e5faf52f428431e /al/auxeffectslot.h
parent9d61484e4bc0b2691b714d758391b3c3ecfd7890 (diff)
Add a method for effects to create persistent buffer data
Diffstat (limited to 'al/auxeffectslot.h')
-rw-r--r--al/auxeffectslot.h1
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;