| 66 | } |
| 67 | |
| 68 | void histogram_impl::unbindResources() const |
| 69 | { |
| 70 | glBindVertexArray(0); |
| 71 | } |
| 72 | |
| 73 | histogram_impl::histogram_impl(const uint pNBins, const forge::dtype pDataType) |
| 74 | : mDataType(pDataType), mGLType(dtype2gl(mDataType)), mNBins(pNBins), |
nothing calls this directly
no outgoing calls
no test coverage detected