-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.ARB.ShaderImageSize ( -- * Extension Support gl_ARB_shader_image_size ) where import Data.Set import Graphics.GL.Raw.Internal.Proc -- | Checks that the extension is available. gl_ARB_shader_image_size :: Bool gl_ARB_shader_image_size = member "GL_ARB_shader_image_size" extensions {-# NOINLINE gl_ARB_shader_image_size #-}