OpenGLRaw-2.1.0.0: src/Graphics/Rendering/OpenGL/Raw/NV/CopyImage.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.Raw.NV.CopyImage
-- 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/copy_image.txt NV_copy_image> extension.
--
--------------------------------------------------------------------------------
module Graphics.Rendering.OpenGL.Raw.NV.CopyImage (
-- * Functions
glCopyImageSubDataNV
) where
import Graphics.Rendering.OpenGL.Raw.Functions