MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / incrementThisFrameGLPrimitivesCount

Method incrementThisFrameGLPrimitivesCount

source/MRViewer/MRViewer.cpp:2508–2511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2506}
2507
2508void Viewer::incrementThisFrameGLPrimitivesCount( GLPrimitivesType type, size_t num )
2509{
2510 glPrimitivesCounter_.counter[size_t( type )] += num;
2511}
2512
2513void Viewer::resetAllCounters()
2514{

Callers 15

drawBorderMethod · 0.80
drawLinesMethod · 0.80
drawPointsMethod · 0.80
drawTrisMethod · 0.80
drawMethod · 0.80
drawShadow_Method · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderSourcePoint_Method · 0.80
renderBackground_Method · 0.80
renderLeaderLine_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected