MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / PopFramebuffer

Method PopFramebuffer

Source/Graphics/graphics.cpp:286–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286void Graphics::PopFramebuffer() {
287 curr_framebuffer = fbo_stack.top();
288 fbo_stack.pop();
289 bindFramebuffer(curr_framebuffer);
290}
291
292void Graphics::bindFramebuffer(GLuint fb) {
293 curr_framebuffer = fb;

Callers 15

PreDrawFrameMethod · 0.80
CleanBloodMethod · 0.80
SetFireMethod · 0.80
SetWetMethod · 0.80
CubemapMipChainFunction · 0.80
ProcessCubeMapFunction · 0.80
RenderCubeMapMethod · 0.80
GLInitMethod · 0.80
BakeTerrainTextureMethod · 0.80
DrawMethod · 0.80
CreateHistogramFunction · 0.80

Calls 2

topMethod · 0.80
popMethod · 0.45

Tested by

no test coverage detected