MCPcopy 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
37void Sampler::accept(ObjectVisitor & visitor)
38{
39 visitor.visitSampler(this);
40}
41
42void Sampler::bind(const GLuint unit) const
43{

Callers

nothing calls this directly

Calls 1

visitSamplerMethod · 0.80

Tested by

no test coverage detected