MCPcopy Create free account
hub / github.com/SpartanJ/eepp / lineLoopSetColorFree

Method lineLoopSetColorFree

src/eepp/graphics/batchrenderer.cpp:714–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

712}
713
714void BatchRenderer::lineLoopSetColorFree( const Color& Color0, const Color& Color1 ) {
715 quadsSetColorFree( Color0, Color1, Color0, Color0 );
716}
717
718void BatchRenderer::batchLineLoop( const Float& x0, const Float& y0, const Float& x1,
719 const Float& y1 ) {

Callers 4

drawRectangleMethod · 0.80
drawTriangleMethod · 0.80
drawRectangleMethod · 0.80
drawQuadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected