gl-0.1: dist/build/autogen/Graphics/GL/Raw/Extension/SGIX/Ycrcba.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.SGIX.Ycrcba (
-- * Extension Support
gl_SGIX_ycrcba
-- * GL_SGIX_ycrcba
, pattern GL_YCRCBA_SGIX
, pattern GL_YCRCB_SGIX
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
import Graphics.GL.Raw.Types
gl_SGIX_ycrcba :: Bool
gl_SGIX_ycrcba = member "GL_SGIX_ycrcba" extensions
pattern GL_YCRCBA_SGIX = 0x8319 :: GLenum
pattern GL_YCRCB_SGIX = 0x8318 :: GLenum