-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.OES.Depth32 ( -- * Extension Support gl_OES_depth32 -- * GL_OES_depth32 , pattern GL_DEPTH_COMPONENT32_OES ) where import Data.Set import Graphics.GL.Raw.Internal.Proc import Graphics.GL.Raw.Internal.Shared -- | Checks that the GL_OES_depth32 extension is available. gl_OES_depth32 :: Bool gl_OES_depth32 = member "GL_OES_depth32" extensions {-# NOINLINE gl_OES_depth32 #-}