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

Method PushFramebuffer

Source/Graphics/graphics.cpp:282–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282void Graphics::PushFramebuffer() {
283 fbo_stack.push(curr_framebuffer);
284}
285
286void Graphics::PopFramebuffer() {
287 curr_framebuffer = fbo_stack.top();

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 1

pushMethod · 0.45

Tested by

no test coverage detected