diff options
author | Chris Robinson <[email protected]> | 2020-12-27 00:14:58 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-27 00:14:58 -0800 |
commit | e20143fcc42e4a39b365b3f1395dfde94a30ac31 (patch) | |
tree | ab9324a678d0d4ea7316836da1629581538a9fa8 /alc/alu.h | |
parent | 507cbfa0271e6183a06c5b2eec3465bc37a108e5 (diff) |
Move the WetBuffer reference to EffectSlot
Diffstat (limited to 'alc/alu.h')
-rw-r--r-- | alc/alu.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ struct ALCcontext; struct ALCdevice; -struct ALeffectslot; +struct EffectSlot; struct MixParams; @@ -54,7 +54,7 @@ void aluInitMixer(void); void aluInitRenderer(ALCdevice *device, int hrtf_id, HrtfRequestMode hrtf_appreq, HrtfRequestMode hrtf_userreq); -void aluInitEffectPanning(ALeffectslot *slot, ALCcontext *context); +void aluInitEffectPanning(EffectSlot *slot, ALCcontext *context); /** * Calculates ambisonic encoder coefficients using the X, Y, and Z direction |