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

module Graphics.Rendering.OpenGL.Raw.APPLE.YCbCr422 (
  -- * Enums
  gl_UNSIGNED_SHORT_8_8_APPLE,
  gl_UNSIGNED_SHORT_8_8_REV_APPLE,
  gl_YCBCR_422_APPLE
) where

import Graphics.Rendering.OpenGL.Raw.Tokens