{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.EXT.RescaleNormal (
gl_EXT_rescale_normal
, pattern GL_RESCALE_NORMAL_EXT
) where
import Data.Set
import Graphics.GL.Internal.Proc
gl_EXT_rescale_normal :: Bool
gl_EXT_rescale_normal :: Bool
gl_EXT_rescale_normal = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_EXT_rescale_normal" Set [Char]
extensions
{-# NOINLINE gl_EXT_rescale_normal #-}
pattern $bGL_RESCALE_NORMAL_EXT :: a
$mGL_RESCALE_NORMAL_EXT :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_RESCALE_NORMAL_EXT = 0x803A