MCPcopy 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
27void Renderbuffer::accept(ObjectVisitor& visitor)
28{
29 visitor.visitRenderBufferObject(this);
30}
31
32void Renderbuffer::bind() const
33{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected