OpenGLRaw-3.0.0.0: src/Graphics/GL/GREMEDY/FrameTerminator.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.GL.GREMEDY.FrameTerminator
-- Copyright : (c) Sven Panne 2016
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- Stability : stable
-- Portability : portable
--
--------------------------------------------------------------------------------
module Graphics.GL.GREMEDY.FrameTerminator (
-- * Extension Support
glGetGREMEDYFrameTerminator,
gl_GREMEDY_frame_terminator,
-- * Functions
glFrameTerminatorGREMEDY
) where
import Graphics.GL.ExtensionPredicates
import Graphics.GL.Functions