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

Method unbindResources

src/backend/opengl/font_impl.cpp:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225void font_impl::unbindResources() const
226{
227 glBindVertexArray(0);
228}
229
230void font_impl::destroyGLResources()
231{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected