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

Method Disable

cpp/5_Domain_Specific/smokeParticles/framebufferObject.cpp:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87void FramebufferObject::Bind() { glBindFramebufferEXT(GL_FRAMEBUFFER_EXT, m_fboId); }
88
89void FramebufferObject::Disable() { glBindFramebufferEXT(GL_FRAMEBUFFER_EXT, 0); }
90
91void FramebufferObject::AttachTexture(GLenum texTarget, GLuint texId, GLenum attachment, int mipLevel, int zSlice)
92{

Callers 5

drawSliceMethod · 0.80
drawSliceLightViewMethod · 0.80
drawSlicesMethod · 0.80
blurLightBufferMethod · 0.80
endSceneRenderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected