OpenGLRaw-2.5.5.0: src/Graphics/Rendering/OpenGL/Raw/NV/DrawTexture.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.Raw.NV.DrawTexture
-- Copyright : (c) Sven Panne 2015
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- Stability : stable
-- Portability : portable
--
--------------------------------------------------------------------------------
module Graphics.Rendering.OpenGL.Raw.NV.DrawTexture (
-- * Extension Support
glGetNVDrawTexture,
gl_NV_draw_texture,
-- * Functions
glDrawTextureNV
) where
import Graphics.Rendering.OpenGL.Raw.ExtensionPredicates
import Graphics.Rendering.OpenGL.Raw.Functions