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

Method address

source/glbinding/source/AbstractFunction.cpp:51–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51ProcAddress AbstractFunction::address() const
52{
53 if (!state().isInitialized())
54 {
55 const_cast<AbstractFunction*>(this)->resolveAddress();
56 }
57
58 return state().address();
59}
60
61bool AbstractFunction::isEnabled(const CallbackMask mask) const
62{

Callers

nothing calls this directly

Calls 2

isInitializedMethod · 0.80
resolveAddressMethod · 0.80

Tested by

no test coverage detected