-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.APPLE.Ycbcr422 (
  -- * Extension Support
    gl_APPLE_ycbcr_422

  -- * GL_APPLE_ycbcr_422
  , pattern GL_UNSIGNED_SHORT_8_8_APPLE
  , pattern GL_UNSIGNED_SHORT_8_8_REV_APPLE
  , pattern GL_YCBCR_422_APPLE
) where

import Data.Set
import Graphics.GL.Raw.Internal.Proc
import Graphics.GL.Raw.Internal.Shared
import Graphics.GL.Raw.Types

gl_APPLE_ycbcr_422 :: Bool
gl_APPLE_ycbcr_422 = member "GL_APPLE_ycbcr_422" extensions

pattern GL_YCBCR_422_APPLE = 0x85B9 :: GLenum