Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ accept
Method
accept
source/globjects/source/VertexArray.cpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void VertexArray::accept(ObjectVisitor & visitor)
70
{
71
visitor.visitVertexArray(this);
72
}
73
74
void VertexArray::bind() const
75
{
Callers
nothing calls this directly
Calls
1
visitVertexArray
Method · 0.80
Tested by
no test coverage detected