OpenGL-2.8.0.0: A binding for the OpenGL graphics system

Safe HaskellNone

Graphics.Rendering.OpenGL.GL.QueryObjects

Contents

Description

 

Synopsis

Documentation

withQuery :: QueryTarget -> QueryObject -> IO a -> IO aSource

Convenience function for an exception-safe combination of beginQuery and endQuery.

Conditional rendering