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

Method accept

source/globjects/source/Buffer.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void Buffer::accept(ObjectVisitor& visitor)
69{
70 visitor.visitBuffer(this);
71}
72
73void Buffer::bind(const GLenum target) const
74{

Callers

nothing calls this directly

Calls 1

visitBufferMethod · 0.80

Tested by

no test coverage detected