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

Method LocationIdentity

source/globjects/source/LocationIdentity.cpp:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10
11LocationIdentity::LocationIdentity()
12: m_invalid(true)
13, m_location(-1)
14, m_hasName(false)
15{
16}
17
18LocationIdentity::LocationIdentity(const GLint location)
19: m_invalid(false)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected