Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ ~FrameBufferObjectResource
Method
~FrameBufferObjectResource
source/globjects/source/Resource.cpp:117–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
FrameBufferObjectResource::~FrameBufferObjectResource()
118
{
119
if (hasOwnership())
120
ImplementationRegistry::current().framebufferImplementation().destroy(id());
121
}
122
123
124
ProgramResource::ProgramResource()
Callers
nothing calls this directly
Calls
1
destroy
Method · 0.45
Tested by
no test coverage detected