aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-12-24 15:17:38 -0800
committerChris Robinson <[email protected]>2018-12-24 15:17:38 -0800
commitbbf9e6931cf607da49bb5a541e86f9760ea68047 (patch)
tree54ca008453a162e55f2bcf8c130d6e2fc1151123 /OpenAL32/Include
parentae86aef4db02675ec64d690556905ea034753c87 (diff)
Propagate an effectslot target property
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alAuxEffectSlot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h
index a3a308d9..1b14dd36 100644
--- a/OpenAL32/Include/alAuxEffectSlot.h
+++ b/OpenAL32/Include/alAuxEffectSlot.h
@@ -53,6 +53,7 @@ struct ALeffectslotArray {
struct ALeffectslotProps {
ALfloat Gain;
ALboolean AuxSendAuto;
+ ALeffectslot *Target;
ALenum Type;
ALeffectProps Props;
@@ -66,6 +67,7 @@ struct ALeffectslotProps {
struct ALeffectslot {
ALfloat Gain{1.0f};
ALboolean AuxSendAuto{AL_TRUE};
+ ALeffectslot *Target{nullptr};
struct {
ALenum Type{AL_EFFECT_NULL};