{-# LANGUAGE PatternSynonyms #-} -------------------------------------------------------------------------------- -- | -- Module : Graphics.GL.SGIX.Interlace -- Copyright : (c) Sven Panne 2018 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -------------------------------------------------------------------------------- module Graphics.GL.SGIX.Interlace ( -- * Extension Support glGetSGIXInterlace, gl_SGIX_interlace, -- * Enums pattern GL_INTERLACE_SGIX ) where import Graphics.GL.ExtensionPredicates import Graphics.GL.Tokens