Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ Framebuffer
Method
Framebuffer
source/globjects/source/Framebuffer.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
Framebuffer::Framebuffer()
51
: Object(new FrameBufferObjectResource)
52
{
53
}
54
55
Framebuffer::Framebuffer(IDResource * resource)
56
: Object(resource)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected