MCPcopy Create free account
hub / github.com/arrayfire/forge / bindDimSpecificUniforms

Method bindDimSpecificUniforms

src/backend/opengl/plot_impl.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

renderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected