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

Method unbindResources

src/backend/opengl/chart_impl.cpp:274–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274void chart2d_impl::unbindResources() const
275{
276 glBindVertexArray(0);
277}
278
279void chart2d_impl::pushTicktextCoords(const float pX, const float pY, const float pZ)
280{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected