| 272 | } |
| 273 | |
| 274 | void chart2d_impl::unbindResources() const |
| 275 | { |
| 276 | glBindVertexArray(0); |
| 277 | } |
| 278 | |
| 279 | void chart2d_impl::pushTicktextCoords(const float pX, const float pY, const float pZ) |
| 280 | { |
nothing calls this directly
no outgoing calls
no test coverage detected