Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ unbind
Method
unbind
source/globjects/source/Framebuffer.cpp:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void Framebuffer::unbind()
90
{
91
glBindFramebuffer(GL_FRAMEBUFFER, 0);
92
}
93
94
void Framebuffer::unbind(const GLenum target)
95
{
Callers
1
readPixelsToBuffer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected