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