Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ reset
Method
reset
modules/render/render_graph/src/backend/object_pools.cpp:79–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void MergedBindTablePool::reset()
80
{
81
for (auto& [key, table] : pool)
82
{
83
table.update_gurad = false;
84
}
85
}
86
87
void MergedBindTablePool::destroy()
88
{
Callers
5
do_in_background
Method · 0.45
reset_begin
Method · 0.45
finish
Method · 0.45
request
Method · 0.45
skr_live2d_model_create_from_json
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected