MCPcopy Create free account
hub / github.com/arrayfire/forge / ~plot_impl

Method ~plot_impl

src/backend/opengl/plot_impl.cpp:166–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166plot_impl::~plot_impl()
167{
168 for (auto it = mVAOMap.begin(); it!=mVAOMap.end(); ++it) {
169 GLuint vao = it->second;
170 glDeleteVertexArrays(1, &vao);
171 }
172 glDeleteBuffers(1, &mRBO);
173}
174
175void plot_impl::setMarkerSize(const float pMarkerSize)
176{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected