///////////////////////////////////////////////////////
| 345 | |
| 346 | //////////////////////////////////////////////////////////// |
| 347 | void VertexBuffer::draw(RenderTarget& target, RenderStates states) const |
| 348 | { |
| 349 | if (m_buffer && m_size) |
| 350 | target.draw(*this, 0, m_size, states); |
| 351 | } |
| 352 | |
| 353 | |
| 354 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected