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

Method unbindResources

src/backend/opengl/surface_impl.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void surface_impl::unbindResources() const
90{
91 glBindVertexArray(0);
92}
93
94glm::mat4 surface_impl::computeTransformMat(const glm::mat4& pView, const glm::mat4& pOrient)
95{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected