///////////////////////////////////////////////////////
| 152 | |
| 153 | //////////////////////////////////////////////////////////// |
| 154 | bool VertexBuffer::update(const Vertex* vertices) |
| 155 | { |
| 156 | return update(vertices, m_size, 0); |
| 157 | } |
| 158 | |
| 159 | |
| 160 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected