-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.EXT.UnpackSubimage (
  -- * Extension Support
    gl_EXT_unpack_subimage

  -- * GL_EXT_unpack_subimage
  , pattern GL_UNPACK_ROW_LENGTH_EXT
  , pattern GL_UNPACK_SKIP_PIXELS_EXT
  , pattern GL_UNPACK_SKIP_ROWS_EXT
) where

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

gl_EXT_unpack_subimage :: Bool
gl_EXT_unpack_subimage = member "GL_EXT_unpack_subimage" extensions

pattern GL_UNPACK_ROW_LENGTH_EXT = 0x0CF2 :: GLenum

pattern GL_UNPACK_SKIP_PIXELS_EXT = 0x0CF4 :: GLenum

pattern GL_UNPACK_SKIP_ROWS_EXT = 0x0CF3 :: GLenum