gl-0.7.4: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.EXT.CopyImage

Contents

Synopsis

Extension Support

gl_EXT_copy_image :: Bool Source

Checks that the GL_EXT_copy_image extension is available.

GL_EXT_copy_image

glCopyImageSubDataEXT :: MonadIO m => GLuint -> GLenum -> GLint -> GLint -> GLint -> GLint -> GLuint -> GLenum -> GLint -> GLint -> GLint -> GLint -> GLsizei -> GLsizei -> GLsizei -> m () Source

Usage: glCopyImageSubDataEXT srcName srcTarget srcLevel srcX srcY srcZ dstName dstTarget dstLevel dstX dstY dstZ srcWidth srcHeight srcDepth

This command is an alias for glCopyImageSubData.