gl-0.1: dist/build/autogen/Graphics/GL/Raw/Extension/APPLE/TransformHint.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.APPLE.TransformHint (
-- * Extension Support
gl_APPLE_transform_hint
-- * GL_APPLE_transform_hint
, pattern GL_TRANSFORM_HINT_APPLE
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
import Graphics.GL.Raw.Types
gl_APPLE_transform_hint :: Bool
gl_APPLE_transform_hint = member "GL_APPLE_transform_hint" extensions
pattern GL_TRANSFORM_HINT_APPLE = 0x85B1 :: GLenum