OpenGLRaw-2.1.0.0: src/Graphics/Rendering/OpenGL/Raw/NV/TextureBarrier.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.Raw.NV.TextureBarrier
-- Copyright : (c) Sven Panne 2015
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- Stability : stable
-- Portability : portable
--
-- The <https://www.opengl.org/registry/specs/NV/texture_barrier.txt NV_texture_barrier> extension.
--
--------------------------------------------------------------------------------
module Graphics.Rendering.OpenGL.Raw.NV.TextureBarrier (
-- * Functions
glTextureBarrierNV
) where
import Graphics.Rendering.OpenGL.Raw.Functions