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

Method bindResources

src/backend/opengl/image_impl.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29{
30
31void image_impl::bindResources(int pWindowId) const
32{
33 glBindVertexArray(screenQuadVAO(pWindowId));
34}
35
36void image_impl::unbindResources() const
37{

Callers

nothing calls this directly

Calls 1

screenQuadVAOFunction · 0.85

Tested by

no test coverage detected