Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 1, 2019
1 parent 92840a7 commit 869f60a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doomsday/tests/test_gloom/gloom/gloomworld.cpp
Expand Up @@ -348,10 +348,13 @@ void GloomWorld::render(const ICamera &camera)
// Framebuffer contents are mipmapped for bloom and brightness analysis.
d->framebuf.attachedTexture(GLFramebuffer::Color0)->generateMipmap();

// Bloom.
{
GLScopedTimer _{d->timerId[BloomTimer]};
d->bloom.render();
}

// Tone mapping.
{
GLScopedTimer _{d->timerId[TonemapTimer]};
d->tonemap.render();
Expand Down

0 comments on commit 869f60a

Please sign in to comment.