gl-0.7.5: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.NV.CopyImage

Contents

Synopsis

Extension Support

gl_NV_copy_image :: Bool Source

Checks that the GL_NV_copy_image extension is available.

GL_NV_copy_image

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

Usage: glCopyImageSubDataNV srcName srcTarget srcLevel srcX srcY srcZ dstName dstTarget dstLevel dstX dstY dstZ width height depth