{-# LANGUAGE PatternSynonyms #-}
module Graphics.GL.ARB.OcclusionQuery (
glGetARBOcclusionQuery,
gl_ARB_occlusion_query,
pattern GL_CURRENT_QUERY_ARB,
pattern GL_QUERY_COUNTER_BITS_ARB,
pattern GL_QUERY_RESULT_ARB,
pattern GL_QUERY_RESULT_AVAILABLE_ARB,
pattern GL_SAMPLES_PASSED_ARB,
glBeginQueryARB,
glDeleteQueriesARB,
glEndQueryARB,
glGenQueriesARB,
glGetQueryObjectivARB,
glGetQueryObjectuivARB,
glGetQueryivARB,
glIsQueryARB
) where
import Graphics.GL.ExtensionPredicates
import Graphics.GL.Tokens
import Graphics.GL.Functions