MCPcopy Create free account
hub / github.com/carbonengine/trinity / RenderAreas

Method RenderAreas

trinity/Resources/TriGeometryRes.cpp:1935–1938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1933}
1934
1935bool TriGeometryRes::RenderAreas( unsigned int meshIx, unsigned int areaIx, unsigned int areaCount, Tr2RenderContext& renderContext, bool reversed )
1936{
1937 return RenderAreas( std::numeric_limits<float>::max(), meshIx, areaIx, areaCount, renderContext, reversed );
1938}
1939
1940bool TriGeometryRes::RenderAreas( float screenSize, unsigned int meshIx, unsigned int areaIx, unsigned int areaCount, Tr2RenderContext& renderContext, bool reversed )
1941{

Callers

nothing calls this directly

Calls 9

GetPrimitiveCountFunction · 0.85
sizeMethod · 0.80
getMethod · 0.80
ApplyStreamSourceMethod · 0.80
ApplyIndexBufferMethod · 0.80
GetStartIndexMethod · 0.80
SetTopologyMethod · 0.45
DrawIndexedPrimitiveMethod · 0.45

Tested by

no test coverage detected