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

Method pointSetColor

src/eepp/graphics/batchrenderer.cpp:631–633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

629}
630
631void BatchRenderer::pointSetColor( const Color& color ) {
632 mVerColor[0] = color;
633}
634
635void BatchRenderer::pointSetTexCoord( const Float& x, const Float& y ) {
636 mTexCoord[0].x = x;

Callers 7

drawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawPointMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected