Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ accept
Method
accept
source/globjects/source/Sampler.cpp:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
void Sampler::accept(ObjectVisitor & visitor)
38
{
39
visitor.visitSampler(this);
40
}
41
42
void Sampler::bind(const GLuint unit) const
43
{
Callers
nothing calls this directly
Calls
1
visitSampler
Method · 0.80
Tested by
no test coverage detected