-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.MESA.YcbcrTexture (
  -- * Extension Support
    gl_MESA_ycbcr_texture

  -- * GL_MESA_ycbcr_texture
  , pattern GL_UNSIGNED_SHORT_8_8_MESA
  , pattern GL_UNSIGNED_SHORT_8_8_REV_MESA
  , pattern GL_YCBCR_MESA
) where

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

gl_MESA_ycbcr_texture :: Bool
gl_MESA_ycbcr_texture = member "GL_MESA_ycbcr_texture" extensions

pattern GL_UNSIGNED_SHORT_8_8_MESA = 0x85BA :: GLenum

pattern GL_UNSIGNED_SHORT_8_8_REV_MESA = 0x85BB :: GLenum

pattern GL_YCBCR_MESA = 0x8757 :: GLenum