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

Method ~histogram_impl

src/backend/opengl/histogram_impl.cpp:121–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121histogram_impl::~histogram_impl()
122{
123 for (auto it = mVAOMap.begin(); it!=mVAOMap.end(); ++it) {
124 GLuint vao = it->second;
125 glDeleteVertexArrays(1, &vao);
126 }
127}
128
129void histogram_impl::render(const int pWindowId,
130 const int pX, const int pY, const int pVPW, const int pVPH,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected