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

Method quadsSetColorFree

src/eepp/graphics/batchrenderer.cpp:578–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576}
577
578void BatchRenderer::quadsSetColorFree( const Color& Color0, const Color& Color1,
579 const Color& Color2, const Color& Color3 ) {
580 mVerColor[0] = Color0;
581 mVerColor[1] = Color1;
582 mVerColor[2] = Color2;
583 mVerColor[3] = Color3;
584}
585
586void BatchRenderer::quadsSetTexCoord( const Float& tl_u, const Float& tl_v, const Float& br_u,
587 const Float& br_v ) {

Callers 5

drawExMethod · 0.80
drawQuadExMethod · 0.80
drawRectangleMethod · 0.80
drawRectangleMethod · 0.80
drawQuadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected