--------------------------------------------------------------------------------
-- |
-- Module      :  Graphics.Rendering.OpenGL.Raw.SGIX.YCrCb
-- Copyright   :  (c) Sven Panne 2015
-- License     :  BSD3
--
-- Maintainer  :  Sven Panne <svenpanne@gmail.com>
-- Stability   :  stable
-- Portability :  portable
--
-- The <https://www.opengl.org/registry/specs/SGIX/ycrcb.txt SGIX_ycrcb> extension.
--
--------------------------------------------------------------------------------

module Graphics.Rendering.OpenGL.Raw.SGIX.YCrCb (
  -- * Enums
  gl_YCRCB_422_SGIX,
  gl_YCRCB_444_SGIX
) where

import Graphics.Rendering.OpenGL.Raw.Tokens