Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ValveSoftware/steam-audio
/ zero
Method
zero
core/src/core/array.h:146–149 ·
view source on GitHub ↗
Clears all elements to zero.
Source
from the content-addressed store, hash-verified
144
145
// Clears all elements to zero.
146
void zero()
147
{
148
memset(flatData(), 0, totalSize() * sizeof(T));
149
}
150
151
void swap(Array<T, N>& other)
152
{
Callers
15
reset
Method · 0.45
OverlapAddConvolutionEffect
Method · 0.45
reset
Method · 0.45
calcReverbIR
Method · 0.45
simulate
Method · 0.45
reset
Method · 0.45
updateReferenceLoudness
Method · 0.45
applyVolumeSettings
Method · 0.45
fourierTransformHRIRs
Method · 0.45
decomposeToMagnitudePhase
Method · 0.45
precomputeAmbisonicsHRTFs
Method · 0.45
TANDevice
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected