-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.OES.VertexType1010102 (
  -- * Extension Support
    gl_OES_vertex_type_10_10_10_2

  -- * GL_OES_vertex_type_10_10_10_2
  , pattern GL_INT_10_10_10_2_OES
  , pattern GL_UNSIGNED_INT_10_10_10_2_OES
) where

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

-- | Checks that the GL_OES_vertex_type_10_10_10_2 extension is available.

gl_OES_vertex_type_10_10_10_2 :: Bool
gl_OES_vertex_type_10_10_10_2 = member "GL_OES_vertex_type_10_10_10_2" extensions
{-# NOINLINE gl_OES_vertex_type_10_10_10_2 #-}

pattern GL_INT_10_10_10_2_OES = 0x8DF7

pattern GL_UNSIGNED_INT_10_10_10_2_OES = 0x8DF6