Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
void ProbeBatch::addProbeArray(const ProbeArray& probeArray)
104
{
105
for (auto i = 0; i < probeArray.numProbes(); ++i)
106
{
107
addProbe(probeArray[i].influence);
108
}
109
}
110
111
void ProbeBatch::removeProbe(int index)
112
{
Callers
nothing calls this directly
Calls
1
numProbes
Method · 0.45
Tested by
no test coverage detected