{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.ARB.TimerQuery (
gl_ARB_timer_query
, glGetQueryObjecti64v
, glGetQueryObjectui64v
, glQueryCounter
, pattern GL_TIMESTAMP
, pattern GL_TIME_ELAPSED
) where
import Data.Set
import Graphics.GL.Internal.Proc
import Graphics.GL.Internal.Shared
gl_ARB_timer_query :: Bool
gl_ARB_timer_query :: Bool
gl_ARB_timer_query = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_ARB_timer_query" Set [Char]
extensions
{-# NOINLINE gl_ARB_timer_query #-}