Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ set_master_volume
Method
set_master_volume
ogsr_engine/xrSound/SoundRender_CoreA.cpp:334–340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
332
}
333
334
void CSoundRender_CoreA::set_master_volume(float f)
335
{
336
if (bPresent)
337
{
338
A_CHK(alListenerf(AL_GAIN, f));
339
}
340
}
341
342
void CSoundRender_CoreA::release_context()
343
{
Callers
2
Execute
Method · 0.80
End
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected