OpenGLRaw-2.5.1.0: src/Graphics/Rendering/OpenGL/Raw/OES/SinglePrecision.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.Raw.OES.SinglePrecision
-- Copyright : (c) Sven Panne 2015
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- Stability : stable
-- Portability : portable
--
-- The <https://www.opengl.org/registry/specs/OES/OES_single_precision.txt OES_single_precision> extension.
--
--------------------------------------------------------------------------------
module Graphics.Rendering.OpenGL.Raw.OES.SinglePrecision (
-- * Functions
glClearDepthfOES,
glClipPlanefOES,
glDepthRangefOES,
glFrustumfOES,
glGetClipPlanefOES,
glOrthofOES
) where
import Graphics.Rendering.OpenGL.Raw.Functions