-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.OES.Depth24 ( -- * Extension Support gl_OES_depth24 -- * GL_OES_depth24 , pattern GL_DEPTH_COMPONENT24_OES ) where import Data.Set import Graphics.GL.Raw.Internal.Proc import Graphics.GL.Raw.Internal.Shared gl_OES_depth24 :: Bool gl_OES_depth24 = member "GL_OES_depth24" extensions