Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
void image_impl::bindResources(int pWindowId) const
32
{
33
glBindVertexArray(screenQuadVAO(pWindowId));
34
}
35
36
void image_impl::unbindResources() const
37
{
Callers
nothing calls this directly
Calls
1
screenQuadVAO
Function · 0.85
Tested by
no test coverage detected