MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / disable

Method disable

examples/OpenGLWindow/GLRenderToTexture.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void GLRenderToTexture::disable()
107{
108 glBindFramebuffer(GL_FRAMEBUFFER, 0);
109}
110
111GLRenderToTexture::~GLRenderToTexture()
112{

Callers 2

swapBufferMethod · 0.80
renderSceneInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected