| 576 | } |
| 577 | |
| 578 | void 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 | |
| 586 | void BatchRenderer::quadsSetTexCoord( const Float& tl_u, const Float& tl_v, const Float& br_u, |
| 587 | const Float& br_v ) { |
no outgoing calls
no test coverage detected