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

Method address

source/glbinding/source/AbstractState.cpp:18–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18ProcAddress AbstractState::address() const
19{
20 if (!m_initialized)
21 {
22 return nullptr;
23 }
24
25 return m_address;
26}
27
28bool AbstractState::isInitialized() const
29{

Callers 2

coutFuncFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36