OpenGLRaw-2.5.5.0: src/Graphics/Rendering/OpenGL/Raw/MESA/YCbCrTexture.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.Raw.MESA.YCbCrTexture
-- Copyright : (c) Sven Panne 2015
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- Stability : stable
-- Portability : portable
--
--------------------------------------------------------------------------------
module Graphics.Rendering.OpenGL.Raw.MESA.YCbCrTexture (
-- * Extension Support
glGetMESAYCbCrTexture,
gl_MESA_ycbcr_texture,
-- * Enums
gl_UNSIGNED_SHORT_8_8_MESA,
gl_UNSIGNED_SHORT_8_8_REV_MESA,
gl_YCBCR_MESA
) where
import Graphics.Rendering.OpenGL.Raw.ExtensionPredicates
import Graphics.Rendering.OpenGL.Raw.Tokens