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