Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ accept
Method
accept
source/globjects/source/TransformFeedback.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void TransformFeedback::accept(ObjectVisitor& visitor)
32
{
33
visitor.visitTransformFeedback(this);
34
}
35
36
void TransformFeedback::bind() const
37
{
Callers
nothing calls this directly
Calls
1
visitTransformFeedback
Method · 0.80
Tested by
no test coverage detected