Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ ObjectRegistry
Method
ObjectRegistry
source/globjects/source/registry/ObjectRegistry.cpp:17–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
16
17
ObjectRegistry::ObjectRegistry()
18
: m_defaultFBO(nullptr)
19
, m_defaultVAO(nullptr)
20
{
21
}
22
23
ObjectRegistry & ObjectRegistry::current()
24
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected