OpenGLRaw-2.1.0.0: src/Graphics/Rendering/OpenGL/Raw/OML/Subsample.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.Raw.OML.Subsample
-- Copyright : (c) Sven Panne 2015
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- Stability : stable
-- Portability : portable
--
-- The <https://www.opengl.org/registry/specs/OML/subsample.txt OML_subsample> extension.
--
--------------------------------------------------------------------------------
module Graphics.Rendering.OpenGL.Raw.OML.Subsample (
-- * Enums
gl_FORMAT_SUBSAMPLE_244_244_OML,
gl_FORMAT_SUBSAMPLE_24_24_OML
) where
import Graphics.Rendering.OpenGL.Raw.Tokens