| 88 | } |
| 89 | |
| 90 | void plot_impl::bindDimSpecificUniforms() |
| 91 | { |
| 92 | glUniform2fv(mPlotRangeIndex, 3, mRange); |
| 93 | } |
| 94 | |
| 95 | plot_impl::plot_impl(const uint pNumPoints, const forge::dtype pDataType, |
| 96 | const forge::PlotType pPlotType, const forge::MarkerType pMarkerType, const int pD) |