{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.OES.DepthTexture (
gl_OES_depth_texture
, pattern GL_DEPTH_COMPONENT
, pattern GL_UNSIGNED_INT
, pattern GL_UNSIGNED_SHORT
) where
import Data.Set
import Graphics.GL.Internal.Proc
import Graphics.GL.Internal.Shared
gl_OES_depth_texture :: Bool
gl_OES_depth_texture :: Bool
gl_OES_depth_texture = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_OES_depth_texture" Set [Char]
extensions
{-# NOINLINE gl_OES_depth_texture #-}