gl-0.4: dist/build/autogen/Graphics/GL/Raw/Extension/NV/ReadStencil.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.NV.ReadStencil (
-- * Extension Support
gl_NV_read_stencil
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
-- | Checks that the GL_NV_read_stencil extension is available.
gl_NV_read_stencil :: Bool
gl_NV_read_stencil = member "GL_NV_read_stencil" extensions
{-# NOINLINE gl_NV_read_stencil #-}