gl-0.7.2.4: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.OES.CopyImage

Contents

Synopsis

Extension Support

gl_OES_copy_image :: Bool Source

Checks that the GL_OES_copy_image extension is available.

GL_OES_copy_image

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

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

This command is an alias for glCopyImageSubData.