-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.ARB.HalfFloatVertex ( -- * Extension Support gl_ARB_half_float_vertex -- * GL_ARB_half_float_vertex , pattern GL_HALF_FLOAT ) where import Data.Set import Graphics.GL.Raw.Internal.Proc import Graphics.GL.Raw.Internal.Shared gl_ARB_half_float_vertex :: Bool gl_ARB_half_float_vertex = member "GL_ARB_half_float_vertex" extensions