| 59 | } |
| 60 | |
| 61 | void plot_impl::unbindResources() const |
| 62 | { |
| 63 | glBindVertexArray(0); |
| 64 | } |
| 65 | |
| 66 | glm::mat4 plot_impl::computeTransformMat(const glm::mat4 pView, const glm::mat4 pOrient) |
| 67 | { |
nothing calls this directly
no outgoing calls
no test coverage detected