-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.EXT.GpuShader5 (
  -- * Extension Support
    gl_EXT_gpu_shader5
) where

import Data.Set
import Graphics.GL.Raw.Internal.Proc

-- | Checks that the GL_EXT_gpu_shader5 extension is available.

gl_EXT_gpu_shader5 :: Bool
gl_EXT_gpu_shader5 = member "GL_EXT_gpu_shader5" extensions
{-# NOINLINE gl_EXT_gpu_shader5 #-}