MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / unbind

Method unbind

testbed/opengl-framework/src/FrameBufferObject.h:87–90  ·  view source on GitHub ↗

Unbind the FBO

Source from the content-addressed store, hash-verified

85
86// Unbind the FBO
87inline void FrameBufferObject::unbind() const {
88 assert(mFrameBufferID != 0);
89 glBindFramebuffer(GL_FRAMEBUFFER, 0);
90}
91
92// Return true if the needed OpenGL extensions are available for FBO
93inline bool FrameBufferObject::checkOpenGLExtensions() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected