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