OpenGLRaw-3.0.0.0: src/Graphics/GL/OES/QueryMatrix.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.GL.OES.QueryMatrix
-- Copyright : (c) Sven Panne 2016
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- Stability : stable
-- Portability : portable
--
--------------------------------------------------------------------------------
module Graphics.GL.OES.QueryMatrix (
-- * Extension Support
glGetOESQueryMatrix,
gl_OES_query_matrix,
-- * Functions
glQueryMatrixxOES
) where
import Graphics.GL.ExtensionPredicates
import Graphics.GL.Functions