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

Method unbindResources

src/backend/opengl/image_impl.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void image_impl::unbindResources() const
37{
38 glBindVertexArray(0);
39}
40
41image_impl::image_impl(const uint pWidth, const uint pHeight,
42 const forge::ChannelFormat pFormat, const forge::dtype pDataType)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected