OpenGLRaw-3.3.2.0: src/Graphics/GL/SGIX/IglooInterface.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.GL.SGIX.IglooInterface
-- Copyright : (c) Sven Panne 2019
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- Stability : stable
-- Portability : portable
--
--------------------------------------------------------------------------------
module Graphics.GL.SGIX.IglooInterface (
-- * Extension Support
glGetSGIXIglooInterface,
gl_SGIX_igloo_interface,
-- * Functions
glIglooInterfaceSGIX
) where
import Graphics.GL.ExtensionPredicates
import Graphics.GL.Functions