{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.NV.ShadowSamplersCube (
gl_NV_shadow_samplers_cube
, pattern GL_SAMPLER_CUBE_SHADOW_NV
) where
import Data.Set
import Graphics.GL.Internal.Proc
gl_NV_shadow_samplers_cube :: Bool
gl_NV_shadow_samplers_cube :: Bool
gl_NV_shadow_samplers_cube = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_NV_shadow_samplers_cube" Set String
extensions
{-# NOINLINE gl_NV_shadow_samplers_cube #-}
pattern GL_SAMPLER_CUBE_SHADOW_NV :: (Eq a, Num a) => a
pattern $mGL_SAMPLER_CUBE_SHADOW_NV :: forall {r} {a}.
(Eq a, Num a) =>
a -> ((# #) -> r) -> ((# #) -> r) -> r
$bGL_SAMPLER_CUBE_SHADOW_NV :: forall a. (Eq a, Num a) => a
GL_SAMPLER_CUBE_SHADOW_NV = 0x8DC5