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

Method hintAttributeImplementation

source/globjects/source/VertexArray.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void VertexArray::hintAttributeImplementation(const AttributeImplementation impl)
51{
52 ImplementationRegistry::current().initialize(impl);
53}
54
55VertexArray * VertexArray::fromId(const GLuint id)
56{

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.45

Tested by

no test coverage detected