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

Method addProbeArray

core/src/core/api_probes.cpp:210–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210void CProbeBatch::addProbeArray(IProbeArray* probeArray)
211{
212 if (!probeArray)
213 return;
214
215 auto _probeBatch = mHandle.get();
216 auto _probeArray = reinterpret_cast<CProbeArray*>(probeArray)->mHandle.get();
217 if (!_probeBatch || !_probeArray)
218 return;
219
220 _probeBatch->addProbeArray(*_probeArray);
221}
222
223void CProbeBatch::removeProbe(IPLint32 index)
224{

Callers 13

benchmarkVisGraphFunction · 0.45
benchmarkPathFindingFunction · 0.45
BENCHMARKFunction · 0.45
ITESTFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 1

ITESTFunction · 0.36