-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.SGIX.Ycrcb ( -- * Extension Support gl_SGIX_ycrcb -- * GL_SGIX_ycrcb , pattern GL_YCRCB_422_SGIX , pattern GL_YCRCB_444_SGIX ) where import Data.Set import Graphics.GL.Raw.Internal.Proc gl_SGIX_ycrcb :: Bool gl_SGIX_ycrcb = member "GL_SGIX_ycrcb" extensions pattern GL_YCRCB_422_SGIX = 0x81BB pattern GL_YCRCB_444_SGIX = 0x81BC