{-# LANGUAGE PatternSynonyms #-}
--------------------------------------------------------------------------------
-- |
-- Module      :  Graphics.GL.AMD.StencilOperationExtended
-- Copyright   :  (c) Sven Panne 2016
-- License     :  BSD3
--
-- Maintainer  :  Sven Panne <svenpanne@gmail.com>
-- Stability   :  stable
-- Portability :  portable
--
--------------------------------------------------------------------------------

module Graphics.GL.AMD.StencilOperationExtended (
  -- * Extension Support
  glGetAMDStencilOperationExtended,
  gl_AMD_stencil_operation_extended,
  -- * Enums
  pattern GL_REPLACE_VALUE_AMD,
  pattern GL_SET_AMD,
  pattern GL_STENCIL_BACK_OP_VALUE_AMD,
  pattern GL_STENCIL_OP_VALUE_AMD,
  -- * Functions
  glStencilOpValueAMD
) where

import Graphics.GL.ExtensionPredicates
import Graphics.GL.Tokens
import Graphics.GL.Functions