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

Method unbindResources

src/backend/opengl/plot_impl.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void plot_impl::unbindResources() const
62{
63 glBindVertexArray(0);
64}
65
66glm::mat4 plot_impl::computeTransformMat(const glm::mat4 pView, const glm::mat4 pOrient)
67{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected