-- This file was automatically generated.
{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.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.Internal.Proc

-- | Checks that the <https://www.khronos.org/registry/gles/extensions/OES/OES_vertex_type_10_10_10_2.txt 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 :: Bool
gl_OES_vertex_type_10_10_10_2 = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_OES_vertex_type_10_10_10_2" Set [Char]
extensions
{-# NOINLINE gl_OES_vertex_type_10_10_10_2 #-}

pattern $bGL_INT_10_10_10_2_OES :: a
$mGL_INT_10_10_10_2_OES :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_INT_10_10_10_2_OES = 0x8DF7

pattern $bGL_UNSIGNED_INT_10_10_10_2_OES :: a
$mGL_UNSIGNED_INT_10_10_10_2_OES :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_UNSIGNED_INT_10_10_10_2_OES = 0x8DF6