gl-0.3: dist/build/autogen/Graphics/GL/Raw/Extension/HP/OcclusionTest.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.HP.OcclusionTest (
-- * Extension Support
gl_HP_occlusion_test
-- * GL_HP_occlusion_test
, pattern GL_OCCLUSION_TEST_HP
, pattern GL_OCCLUSION_TEST_RESULT_HP
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
gl_HP_occlusion_test :: Bool
gl_HP_occlusion_test = member "GL_HP_occlusion_test" extensions
pattern GL_OCCLUSION_TEST_HP = 0x8165
pattern GL_OCCLUSION_TEST_RESULT_HP = 0x8166