Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ad-si/LuaCAD
/ end
Method
end
OpenCSG/src/batch.cpp:121–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
std::vector<Batch>::const_iterator Batcher::end() const {
122
return mBatches.end();
123
}
124
125
std::size_t Batcher::size() const {
126
return mBatches.size();
Callers
15
settings.cpp
File · 0.80
setVertexShader
Function · 0.80
getVertexShader
Function · 0.80
getARBProgram
Function · 0.80
getGLSLProgram
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
Calls
no outgoing calls
Tested by
no test coverage detected