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