MCPcopy Create free account
hub / github.com/cinder/Cinder / bindFramebuffer

Method bindFramebuffer

src/cinder/gl/Fbo.cpp:654–659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652}
653
654void Fbo::bindFramebuffer( GLenum target )
655{
656 // This in turn will call bindFramebufferImpl; indirection is so that the Context can update its cache of the active Fbo
657 gl::context()->bindFramebuffer( shared_from_this(), target );
658 markAsDirty();
659}
660
661void Fbo::unbindFramebuffer()
662{

Callers 6

updateMethod · 0.45
drawMethod · 0.45
calcDiscreteVoronoiGpuFunction · 0.45
calcDistanceMapGpuFunction · 0.45
resolveTexturesMethod · 0.45

Calls 1

contextFunction · 0.70

Tested by

no test coverage detected