-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.ARB.HalfFloatPixel (
  -- * Extension Support
    gl_ARB_half_float_pixel

  -- * GL_ARB_half_float_pixel
  , pattern GL_HALF_FLOAT_ARB
) where

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

gl_ARB_half_float_pixel :: Bool
gl_ARB_half_float_pixel = member "GL_ARB_half_float_pixel" extensions

pattern GL_HALF_FLOAT_ARB = 0x140B :: GLenum