Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
.