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

Method unbindResources

src/backend/opengl/histogram_impl.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void histogram_impl::unbindResources() const
69{
70 glBindVertexArray(0);
71}
72
73histogram_impl::histogram_impl(const uint pNBins, const forge::dtype pDataType)
74 : mDataType(pDataType), mGLType(dtype2gl(mDataType)), mNBins(pNBins),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected