gl-0.1: dist/build/autogen/Graphics/GL/Raw/Extension/ARB/TextureEnvDot3.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.ARB.TextureEnvDot3 (
-- * Extension Support
gl_ARB_texture_env_dot3
-- * GL_ARB_texture_env_dot3
, pattern GL_DOT3_RGBA_ARB
, pattern GL_DOT3_RGB_ARB
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
import Graphics.GL.Raw.Types
gl_ARB_texture_env_dot3 :: Bool
gl_ARB_texture_env_dot3 = member "GL_ARB_texture_env_dot3" extensions
pattern GL_DOT3_RGBA_ARB = 0x86AF :: GLenum
pattern GL_DOT3_RGB_ARB = 0x86AE :: GLenum