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