gl-0.1: dist/build/autogen/Graphics/GL/Raw/Extension/OES/StandardDerivatives.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.OES.StandardDerivatives (
-- * Extension Support
gl_OES_standard_derivatives
-- * GL_OES_standard_derivatives
, pattern GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
import Graphics.GL.Raw.Types
gl_OES_standard_derivatives :: Bool
gl_OES_standard_derivatives = member "GL_OES_standard_derivatives" extensions
pattern GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B :: GLenum