MCPcopy Create free account
hub / github.com/cginternals/globjects / ~Object

Method ~Object

source/globjects/source/Object.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42Object::~Object()
43{
44 ObjectRegistry::current().deregisterObject(this);
45 delete m_resource;
46}
47
48GLuint Object::id() const
49{

Callers

nothing calls this directly

Calls 1

deregisterObjectMethod · 0.80

Tested by

no test coverage detected