-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.ARB.ShaderStencilExport ( -- * Extension Support gl_ARB_shader_stencil_export ) where import Data.Set import Graphics.GL.Raw.Internal.Proc gl_ARB_shader_stencil_export :: Bool gl_ARB_shader_stencil_export = member "GL_ARB_shader_stencil_export" extensions