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