-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.APPLE.Rgb422 ( -- * Extension Support gl_APPLE_rgb_422 -- * GL_APPLE_rgb_422 , pattern GL_RGB_422_APPLE , pattern GL_RGB_RAW_422_APPLE , pattern GL_UNSIGNED_SHORT_8_8_APPLE , pattern GL_UNSIGNED_SHORT_8_8_REV_APPLE ) where import Data.Set import Graphics.GL.Raw.Internal.Proc import Graphics.GL.Raw.Internal.Shared import Graphics.GL.Raw.Types gl_APPLE_rgb_422 :: Bool gl_APPLE_rgb_422 = member "GL_APPLE_rgb_422" extensions pattern GL_RGB_422_APPLE = 0x8A1F :: GLenum pattern GL_RGB_RAW_422_APPLE = 0x8A51 :: GLenum