Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ ~BufferResource
Method
~BufferResource
source/globjects/source/Resource.cpp:105–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
BufferResource::~BufferResource()
106
{
107
if (hasOwnership())
108
ImplementationRegistry::current().bufferImplementation().destroy(id());
109
}
110
111
112
FrameBufferObjectResource::FrameBufferObjectResource()
Callers
nothing calls this directly
Calls
1
destroy
Method · 0.45
Tested by
no test coverage detected