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