MCPcopy Create free account
hub / github.com/ValveSoftware/steam-audio / addProbeArray

Method addProbeArray

core/src/core/probe_batch.cpp:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void ProbeBatch::addProbeArray(const ProbeArray& probeArray)
104{
105 for (auto i = 0; i < probeArray.numProbes(); ++i)
106 {
107 addProbe(probeArray[i].influence);
108 }
109}
110
111void ProbeBatch::removeProbe(int index)
112{

Callers

nothing calls this directly

Calls 1

numProbesMethod · 0.45

Tested by

no test coverage detected