gl-0.3: dist/build/autogen/Graphics/GL/Raw/Extension/NV/FillRectangle.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.NV.FillRectangle (
-- * Extension Support
gl_NV_fill_rectangle
-- * GL_NV_fill_rectangle
, pattern GL_FILL_RECTANGLE_NV
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
gl_NV_fill_rectangle :: Bool
gl_NV_fill_rectangle = member "GL_NV_fill_rectangle" extensions
pattern GL_FILL_RECTANGLE_NV = 0x933C