| 712 | } |
| 713 | |
| 714 | void BatchRenderer::lineLoopSetColorFree( const Color& Color0, const Color& Color1 ) { |
| 715 | quadsSetColorFree( Color0, Color1, Color0, Color0 ); |
| 716 | } |
| 717 | |
| 718 | void BatchRenderer::batchLineLoop( const Float& x0, const Float& y0, const Float& x1, |
| 719 | const Float& y1 ) { |
no outgoing calls
no test coverage detected