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

Method lineStripBegin

src/eepp/graphics/batchrenderer.cpp:763–767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

761}
762
763void BatchRenderer::lineStripBegin() {
764 setDrawMode( PRIMITIVE_LINE_STRIP, true );
765 quadsSetTexCoord( 0, 0, 1, 1 );
766 pointSetColor( Color::White );
767}
768
769void BatchRenderer::lineStripSetColor( const Color& Color ) {
770 quadsSetColor( Color );

Callers 1

drawArcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected