-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.NV.GenerateMipmapSRGB (
  -- * Extension Support
    gl_NV_generate_mipmap_sRGB
) where

import Data.Set
import Graphics.GL.Raw.Internal.Proc

-- | Checks that the GL_NV_generate_mipmap_sRGB extension is available.

gl_NV_generate_mipmap_sRGB :: Bool
gl_NV_generate_mipmap_sRGB = member "GL_NV_generate_mipmap_sRGB" extensions
{-# NOINLINE gl_NV_generate_mipmap_sRGB #-}