Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Panzerschrek/Chasm-Reverse
/ Clear
Method
Clear
PanzerChasm/client/software_renderer/surfaces_cache.cpp:86–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
void SurfacesCache::Clear()
87
{
88
next_allocated_surface_offset_= 0u;
89
last_surface_in_buffer_end_offset_= 0u;
90
next_recycled_surface_offset_= ~0u;
91
}
92
93
} // namespace PanzerChasm
Callers
1
SetMap
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected