{-# LANGUAGE PatternSynonyms, ScopedTypeVariables, ViewPatterns #-}


-- | Copyright  : Will Thompson, Iñaki García Etxebarria and Jonas Platte
-- License    : LGPL-2.1
-- Maintainer : Iñaki García Etxebarria

#if (MIN_VERSION_haskell_gi_overloading(1,0,0) && !defined(__HADDOCK_VERSION__))
#define ENABLE_OVERLOADING
#endif

module GI.Graphene.Constants
    ( 
    pattern True                            ,
    pattern False                           ,
    pattern VEC4_LEN                        ,
    pattern VEC3_LEN                        ,
    pattern VEC2_LEN                        ,
    pattern SIMD_S                          ,
    pattern PI_2                            ,
    pattern PI                              ,
    pattern HAS_SSE                         ,
    pattern HAS_SCALAR                      ,
    pattern HAS_GCC                         ,

    ) where

import Data.GI.Base.ShortPrelude
import qualified Data.GI.Base.ShortPrelude as SP
import qualified Data.GI.Base.Overloading as O
import qualified Prelude as P

import qualified Data.GI.Base.Attributes as GI.Attributes
import qualified Data.GI.Base.ManagedPtr as B.ManagedPtr
import qualified Data.GI.Base.GClosure as B.GClosure
import qualified Data.GI.Base.GError as B.GError
import qualified Data.GI.Base.GVariant as B.GVariant
import qualified Data.GI.Base.GValue as B.GValue
import qualified Data.GI.Base.GParamSpec as B.GParamSpec
import qualified Data.GI.Base.CallStack as B.CallStack
import qualified Data.GI.Base.Properties as B.Properties
import qualified Data.GI.Base.Signals as B.Signals
import qualified Data.Text as T
import qualified Data.ByteString.Char8 as B
import qualified Data.Map as Map
import qualified Foreign.Ptr as FP
import qualified GHC.OverloadedLabels as OL


-- | /No description available in the introspection data./
pattern $bTrue :: Int32
$mTrue :: forall r. Int32 -> (Void# -> r) -> (Void# -> r) -> r
True = 1 :: Int32

-- | /No description available in the introspection data./
pattern $bFalse :: Int32
$mFalse :: forall r. Int32 -> (Void# -> r) -> (Void# -> r) -> r
False = 0 :: Int32

-- | Evaluates to the number of components of a t'GI.Graphene.Structs.Vec4.Vec4'.
-- 
-- /Since: 1.0/
pattern $bVEC4_LEN :: Int32
$mVEC4_LEN :: forall r. Int32 -> (Void# -> r) -> (Void# -> r) -> r
VEC4_LEN = 4 :: Int32

-- | Evaluates to the number of components of a t'GI.Graphene.Structs.Vec3.Vec3'.
-- 
-- /Since: 1.0/
pattern $bVEC3_LEN :: Int32
$mVEC3_LEN :: forall r. Int32 -> (Void# -> r) -> (Void# -> r) -> r
VEC3_LEN = 3 :: Int32

-- | Evaluates to the number of components of a t'GI.Graphene.Structs.Vec2.Vec2'.
-- 
-- /Since: 1.0/
pattern $bVEC2_LEN :: Int32
$mVEC2_LEN :: forall r. Int32 -> (Void# -> r) -> (Void# -> r) -> r
VEC2_LEN = 2 :: Int32

-- | /No description available in the introspection data./
pattern $bSIMD_S :: Text
$mSIMD_S :: forall r. Text -> (Void# -> r) -> (Void# -> r) -> r
SIMD_S = "sse" :: T.Text

-- | /No description available in the introspection data./
pattern $bPI_2 :: Double
$mPI_2 :: forall r. Double -> (Void# -> r) -> (Void# -> r) -> r
PI_2 = 1.570796 :: Double

-- | /No description available in the introspection data./
pattern $bPI :: Double
$mPI :: forall r. Double -> (Void# -> r) -> (Void# -> r) -> r
PI = 3.141593 :: Double

-- | /No description available in the introspection data./
pattern $bHAS_SSE :: Int32
$mHAS_SSE :: forall r. Int32 -> (Void# -> r) -> (Void# -> r) -> r
HAS_SSE = 1 :: Int32

-- | /No description available in the introspection data./
pattern $bHAS_SCALAR :: Int32
$mHAS_SCALAR :: forall r. Int32 -> (Void# -> r) -> (Void# -> r) -> r
HAS_SCALAR = 1 :: Int32

-- | /No description available in the introspection data./
pattern $bHAS_GCC :: Int32
$mHAS_GCC :: forall r. Int32 -> (Void# -> r) -> (Void# -> r) -> r
HAS_GCC = 1 :: Int32