-- 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
import Graphics.GL.Raw.Types

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

pattern GL_INT_10_10_10_2_OES = 0x8DF7 :: GLenum

pattern GL_UNSIGNED_INT_10_10_10_2_OES = 0x8DF6 :: GLenum