OpenGLRaw-3.3.4.1: src/Graphics/GL/SUNX/ConstantData.hs
{-# LANGUAGE PatternSynonyms #-}
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.GL.SUNX.ConstantData
-- Copyright : (c) Sven Panne 2019
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- Stability : stable
-- Portability : portable
--
--------------------------------------------------------------------------------
module Graphics.GL.SUNX.ConstantData (
-- * Extension Support
glGetSUNXConstantData,
gl_SUNX_constant_data,
-- * Enums
pattern GL_TEXTURE_CONSTANT_DATA_SUNX,
pattern GL_UNPACK_CONSTANT_DATA_SUNX,
-- * Functions
glFinishTextureSUNX
) where
import Graphics.GL.ExtensionPredicates
import Graphics.GL.Tokens
import Graphics.GL.Functions