Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ bind
Method
bind
source/globjects/source/Framebuffer.cpp:79–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void Framebuffer::bind() const
80
{
81
glBindFramebuffer(GL_FRAMEBUFFER, id());
82
}
83
84
void Framebuffer::bind(const GLenum target) const
85
{
Callers
2
readPixelsToBuffer
Method · 0.45
blit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected