Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ad-si/LuaCAD
/ store
Method
store
OpenCSG/src/scissorMemo.cpp:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void ScissorMemo::store(Channel ch) {
51
mScissor[ch] = mArea;
52
}
53
54
void ScissorMemo::recall(Channel ch) {
55
mArea = mScissor[ch];
Callers
5
renderSCS
Function · 0.45
renderGoldfeather
Function · 0.45
renderOcclusionQueryGoldfeather
Function · 0.45
renderDepthComplexitySamplingGoldfeather
Function · 0.45
render_ui
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected