MCPcopy Create free account
hub / github.com/NVIDIA/cuda-samples / unbindRenderPath

Method unbindRenderPath

Common/rendercheck_gl.h:1090–1090  ·  view source on GitHub ↗

release current FrameBuffer Object

Source from the content-addressed store, hash-verified

1088
1089 // release current FrameBuffer Object
1090 void unbindRenderPath() { glBindFramebufferEXT(GL_FRAMEBUFFER_EXT, 0); }
1091
1092 // bind to the FBO to Texture
1093 void bindTexture() { glBindTexture(m_eGLTarget, m_fboData.colorTex); }

Callers 2

autoTestFunction · 0.45
autoTestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected