Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ad-si/LuaCAD
/ begin
Method
begin
OpenCSG/src/batch.cpp:117–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
std::vector<Batch>::const_iterator Batcher::begin() const {
118
return mBatches.begin();
119
}
120
121
std::vector<Batch>::const_iterator Batcher::end() const {
122
return mBatches.end();
Callers
15
setVertexShader
Function · 0.80
freeResources
Function · 0.80
merge
Method · 0.80
renderIntersectedFront
Function · 0.80
subtractPrimitives
Function · 0.80
subtractPrimitivesWithOcclusionQueries
Function · 0.80
renderIntersectedBack
Function · 0.80
renderSCS
Function · 0.80
renderDispatch
Function · 0.80
Batcher
Method · 0.80
getConvexity
Function · 0.80
calcMaxDepthComplexity
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected