OpenGLRaw-2.1.0.0: src/Graphics/Rendering/OpenGL/Raw/NV/RegisterCombiners2.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.Raw.NV.RegisterCombiners2
-- 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/register_combiners2.txt NV_register_combiners2> extension.
--
--------------------------------------------------------------------------------
module Graphics.Rendering.OpenGL.Raw.NV.RegisterCombiners2 (
-- * Enums
gl_PER_STAGE_CONSTANTS_NV,
-- * Functions
glCombinerStageParameterfvNV,
glGetCombinerStageParameterfvNV
) where
import Graphics.Rendering.OpenGL.Raw.Tokens
import Graphics.Rendering.OpenGL.Raw.Functions