-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.ARB.CopyImage ( -- * Extension Support gl_ARB_copy_image -- * GL_ARB_copy_image , glCopyImageSubData ) where import Data.Set import Graphics.GL.Raw.Internal.Proc import Graphics.GL.Raw.Internal.Shared gl_ARB_copy_image :: Bool gl_ARB_copy_image = member "GL_ARB_copy_image" extensions