--------------------------------- MeshSurface::d-tor Free GPU data
| 204 | // Free GPU data |
| 205 | // |
| 206 | MeshSurface::~MeshSurface() |
| 207 | { |
| 208 | Viewport::GetCurrentApiContext()->DeleteVertexArray(m_VertexArray); |
| 209 | } |
| 210 | |
| 211 | |
| 212 | //=================== |
nothing calls this directly
no test coverage detected