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

Method unbindResources

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

Source from the content-addressed store, hash-verified

59}
60
61void vector_field_impl::unbindResources() const
62{
63 glBindVertexArray(0);
64}
65
66glm::mat4 vector_field_impl::computeModelMatrix(const glm::mat4& pOrient)
67{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected