Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ FrameBufferObjectResource
Method
FrameBufferObjectResource
source/globjects/source/Resource.cpp:112–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
111
112
FrameBufferObjectResource::FrameBufferObjectResource()
113
: IDResource(ImplementationRegistry::current().framebufferImplementation().create())
114
{
115
}
116
117
FrameBufferObjectResource::~FrameBufferObjectResource()
118
{
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected