///////////////////////////////////////////////////////
| 340 | |
| 341 | //////////////////////////////////////////////////////////// |
| 342 | void RenderTarget::draw(const Drawable& drawable, const RenderStates& states) |
| 343 | { |
| 344 | drawable.draw(*this, states); |
| 345 | } |
| 346 | |
| 347 | |
| 348 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected