-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.EXT.TimerQuery ( -- * Extension Support gl_EXT_timer_query -- * GL_EXT_timer_query , glGetQueryObjecti64vEXT , glGetQueryObjectui64vEXT , pattern GL_TIME_ELAPSED_EXT ) where import Data.Set import Graphics.GL.Raw.Internal.Proc import Graphics.GL.Raw.Internal.Shared gl_EXT_timer_query :: Bool gl_EXT_timer_query = member "GL_EXT_timer_query" extensions