-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.SGIX.DepthTexture (
  -- * Extension Support
    gl_SGIX_depth_texture

  -- * GL_SGIX_depth_texture
  , pattern GL_DEPTH_COMPONENT16_SGIX
  , pattern GL_DEPTH_COMPONENT24_SGIX
  , pattern GL_DEPTH_COMPONENT32_SGIX
) where

import Data.Set
import Graphics.GL.Raw.Internal.Proc

gl_SGIX_depth_texture :: Bool
gl_SGIX_depth_texture = member "GL_SGIX_depth_texture" extensions

pattern GL_DEPTH_COMPONENT16_SGIX = 0x81A5

pattern GL_DEPTH_COMPONENT24_SGIX = 0x81A6

pattern GL_DEPTH_COMPONENT32_SGIX = 0x81A7