-------------------------------------------------------------------------------- -- | -- Module : Graphics.GL.ARB.GetTextureSubImage -- Copyright : (c) Sven Panne 2017 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -------------------------------------------------------------------------------- module Graphics.GL.ARB.GetTextureSubImage ( -- * Extension Support glGetARBGetTextureSubImage, gl_ARB_get_texture_sub_image, -- * Functions glGetCompressedTextureSubImage, glGetTextureSubImage ) where import Graphics.GL.ExtensionPredicates import Graphics.GL.Functions