--------------------------------------------------------------------------------
-- |
-- Module      :  Graphics.Rendering.OpenGL.Raw.NV.TextureEnvCombine4
-- Copyright   :  (c) Sven Panne 2015
-- License     :  BSD3
--
-- Maintainer  :  Sven Panne <svenpanne@gmail.com>
-- Stability   :  stable
-- Portability :  portable
--
-- The <https://www.opengl.org/registry/specs/NV/texture_env_combine4.txt NV_texture_env_combine4> extension.
--
--------------------------------------------------------------------------------

module Graphics.Rendering.OpenGL.Raw.NV.TextureEnvCombine4 (
  -- * Enums
  gl_COMBINE4_NV,
  gl_OPERAND3_ALPHA_NV,
  gl_OPERAND3_RGB_NV,
  gl_SOURCE3_ALPHA_NV,
  gl_SOURCE3_RGB_NV
) where

import Graphics.Rendering.OpenGL.Raw.Tokens