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

Method linesBegin

src/eepp/graphics/batchrenderer.cpp:668–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666}
667
668void BatchRenderer::linesBegin() {
669 setDrawMode( PRIMITIVE_LINES, true );
670 quadsSetTexCoord( 0, 0, 1, 1 );
671 pointSetColor( Color::White );
672}
673
674void BatchRenderer::linesSetColor( const Color& Color ) {
675 quadsSetColor( Color );

Callers 4

drawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected