-- This file was automatically generated.
{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.OES.BlendEquationSeparate (
  -- * Extension Support
    gl_OES_blend_equation_separate

  -- * GL_OES_blend_equation_separate
  , glBlendEquationSeparateOES
  , pattern GL_BLEND_EQUATION_ALPHA_OES
  , pattern GL_BLEND_EQUATION_RGB_OES
) where

import Control.Monad.IO.Class
import Data.Set
import Foreign.Ptr
import Graphics.GL.Internal.FFI
import Graphics.GL.Internal.Proc
import Graphics.GL.Types
import System.IO.Unsafe

-- | Checks that the <https://www.khronos.org/registry/gles/extensions/OES/OES_blend_equation_separate.txt GL_OES_blend_equation_separate> extension is available.

gl_OES_blend_equation_separate :: Bool
gl_OES_blend_equation_separate :: Bool
gl_OES_blend_equation_separate = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_OES_blend_equation_separate" Set [Char]
extensions
{-# NOINLINE gl_OES_blend_equation_separate #-}

-- | Usage: @'glBlendEquationSeparateOES' modeRGB modeAlpha@


glBlendEquationSeparateOES :: MonadIO m => GLenum -> GLenum -> m ()
glBlendEquationSeparateOES :: GLenum -> GLenum -> m ()
glBlendEquationSeparateOES = FunPtr (GLenum -> GLenum -> IO ()) -> GLenum -> GLenum -> m ()
forall (m :: * -> *).
MonadIO m =>
FunPtr (GLenum -> GLenum -> IO ()) -> GLenum -> GLenum -> m ()
ffienumenumIOV FunPtr (GLenum -> GLenum -> IO ())
glBlendEquationSeparateOESFunPtr

glBlendEquationSeparateOESFunPtr :: FunPtr (GLenum -> GLenum -> IO ())
glBlendEquationSeparateOESFunPtr :: FunPtr (GLenum -> GLenum -> IO ())
glBlendEquationSeparateOESFunPtr = IO (FunPtr (GLenum -> GLenum -> IO ()))
-> FunPtr (GLenum -> GLenum -> IO ())
forall a. IO a -> a
unsafePerformIO ([Char] -> IO (FunPtr (GLenum -> GLenum -> IO ()))
forall a. [Char] -> IO (FunPtr a)
getProcAddress "glBlendEquationSeparateOES")

{-# NOINLINE glBlendEquationSeparateOESFunPtr #-}

pattern $bGL_BLEND_EQUATION_ALPHA_OES :: a
$mGL_BLEND_EQUATION_ALPHA_OES :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_BLEND_EQUATION_ALPHA_OES = 0x883D

pattern $bGL_BLEND_EQUATION_RGB_OES :: a
$mGL_BLEND_EQUATION_RGB_OES :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_BLEND_EQUATION_RGB_OES = 0x8009