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

Method accept

source/globjects/source/VertexArray.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void VertexArray::accept(ObjectVisitor & visitor)
70{
71 visitor.visitVertexArray(this);
72}
73
74void VertexArray::bind() const
75{

Callers

nothing calls this directly

Calls 1

visitVertexArrayMethod · 0.80

Tested by

no test coverage detected