MCPcopy Create free account
hub / github.com/cginternals/globjects / accept

Method accept

source/globjects/source/Framebuffer.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void Framebuffer::accept(ObjectVisitor & visitor)
75{
76 visitor.visitFrameBufferObject(this);
77}
78
79void Framebuffer::bind() const
80{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected