{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.ARB.HalfFloatVertex (
gl_ARB_half_float_vertex
, pattern GL_HALF_FLOAT
) where
import Data.Set
import Graphics.GL.Internal.Proc
import Graphics.GL.Internal.Shared
gl_ARB_half_float_vertex :: Bool
gl_ARB_half_float_vertex :: Bool
gl_ARB_half_float_vertex = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_ARB_half_float_vertex" Set [Char]
extensions
{-# NOINLINE gl_ARB_half_float_vertex #-}