MCPcopy Create free account
hub / github.com/cginternals/glbinding / AbstractFunction

Method AbstractFunction

source/glbinding/source/AbstractFunction.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20AbstractFunction::AbstractFunction(const char * _name)
21: m_name(_name)
22{
23}
24
25AbstractFunction::~AbstractFunction()
26{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected