MCPcopy Index your code
hub / github.com/ad-si/LuaCAD / EndCapture

Method EndCapture

OpenCSG/src/frameBufferObject.cpp:145–149  ·  view source on GitHub ↗

Unbinds frame buffer texture.

Source from the content-addressed store, hash-verified

143
144 // Unbinds frame buffer texture.
145 bool FrameBufferObject::EndCapture()
146 {
147 glBindFramebuffer(GL_FRAMEBUFFER, oldFramebufferID);
148 return true;
149 }
150
151 // Sets the frame buffer texture as active texture object.
152 void FrameBufferObject::Bind() const

Callers 2

initMethod · 0.45
freeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected