Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ BufferResource
Method
BufferResource
source/globjects/source/Resource.cpp:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
99
100
BufferResource::BufferResource()
101
: IDResource(ImplementationRegistry::current().bufferImplementation().create())
102
{
103
}
104
105
BufferResource::~BufferResource()
106
{
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected