MCPcopy 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
89void Framebuffer::unbind()
90{
91 glBindFramebuffer(GL_FRAMEBUFFER, 0);
92}
93
94void Framebuffer::unbind(const GLenum target)
95{

Callers 1

readPixelsToBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected