gl-0.4: dist/build/autogen/Graphics/GL/Raw/Extension/OES/ShaderImageAtomic.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.OES.ShaderImageAtomic (
-- * Extension Support
gl_OES_shader_image_atomic
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
-- | Checks that the GL_OES_shader_image_atomic extension is available.
gl_OES_shader_image_atomic :: Bool
gl_OES_shader_image_atomic = member "GL_OES_shader_image_atomic" extensions
{-# NOINLINE gl_OES_shader_image_atomic #-}