Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ sound_render_end_frame
Function
sound_render_end_frame
sndlib/sndrender.cpp:80–85 ·
view source on GitHub ↗
ends a frame
Source
from the content-addressed store, hash-verified
78
79
// ends a frame
80
void sound_render_end_frame() {
81
if (Geometry) {
82
Geometry->EndFrame();
83
}
84
Geometry = NULL;
85
}
86
87
// render one room's geometry
88
// dont render portal faces!
Callers
1
EndSoundFrame
Method · 0.85
Calls
1
EndFrame
Method · 0.80
Tested by
no test coverage detected