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

Method ~vector_field_impl

src/backend/opengl/vector_field_impl.cpp:152–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152vector_field_impl::~vector_field_impl()
153{
154 for (auto it = mVAOMap.begin(); it!=mVAOMap.end(); ++it) {
155 GLuint vao = it->second;
156 glDeleteVertexArrays(1, &vao);
157 }
158 glDeleteBuffers(1, &mDBO);
159}
160
161GLuint vector_field_impl::directions()
162{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected