diff options
author | Chris Robinson <[email protected]> | 2019-08-20 01:24:02 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-08-20 01:24:02 -0700 |
commit | 4883091f5de278b7469790efa466df5d93d465b0 (patch) | |
tree | 7dd447dabb62fecce1248e9f1e3462731a1f6f57 /alc/alu.h | |
parent | 8fd90334a13608a781e36fc830cd79bf746edd42 (diff) |
Rename the Mix function input for clarity
Diffstat (limited to 'alc/alu.h')
-rw-r--r-- | alc/alu.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -314,7 +314,7 @@ struct ALvoice { }; -using MixerFunc = void(*)(const ALfloat *data, const al::span<FloatBufferLine> OutBuffer, +using MixerFunc = void(*)(const ALfloat *InSamples, const al::span<FloatBufferLine> OutBuffer, ALfloat *CurrentGains, const ALfloat *TargetGains, const ALsizei Counter, const ALsizei OutPos, const ALsizei BufferSize); using RowMixerFunc = void(*)(const al::span<float> OutBuffer, const al::span<const float> Gains, |