GLUtil-0.6.7.1: Miscellaneous OpenGL utilities.

Safe HaskellNone

Graphics.GLUtil.Viewport

Description

Helpers for working with OpenGL viewports.

Synopsis

Documentation

withViewport :: Position -> Size -> IO a -> IO aSource

withViewport pos sz m runs the action m after setting the viewport with the given Position and Size. The viewport is reset to its original state after the action is run, and the result of the action is returned.