-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.SUN.SliceAccum -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne <svenpanne@gmail.com> -- Stability : stable -- Portability : portable -- -- The <https://www.opengl.org/registry/specs/SUN/slice_accum.txt SUN_slice_accum> extension. -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.SUN.SliceAccum ( -- * Enums gl_SLICE_ACCUM_SUN ) where import Graphics.Rendering.OpenGL.Raw.Tokens