OpenGLRaw-2.1.0.0: src/Graphics/Rendering/OpenGL/Raw/SGIX/IglooInterface.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.Raw.SGIX.IglooInterface
-- Copyright : (c) Sven Panne 2015
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- Stability : stable
-- Portability : portable
--
-- The <https://www.opengl.org/registry/specs/SGIX/igloo_interface.txt SGIX_igloo_interface> extension.
--
--------------------------------------------------------------------------------
module Graphics.Rendering.OpenGL.Raw.SGIX.IglooInterface (
-- * Functions
glIglooInterfaceSGIX
) where
import Graphics.Rendering.OpenGL.Raw.Functions