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

Method AbstractState

source/glbinding/source/AbstractState.cpp:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5{
6
7AbstractState::AbstractState()
8: m_address(nullptr)
9, m_initialized(false)
10, m_callbackMask(CallbackMask::None)
11{
12}
13
14AbstractState::~AbstractState()
15{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected