Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
Object::~Object()
43
{
44
ObjectRegistry::current().deregisterObject(this);
45
delete m_resource;
46
}
47
48
GLuint Object::id() const
49
{
Callers
nothing calls this directly
Calls
1
deregisterObject
Method · 0.80
Tested by
no test coverage detected