gl-0.7.8.1: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.ARB.GetTextureSubImage

Contents

Synopsis

Extension Support

gl_ARB_get_texture_sub_image :: Bool Source #

Checks that the GL_ARB_get_texture_sub_image extension is available.

GL_ARB_get_texture_sub_image

glGetTextureSubImage :: MonadIO m => GLuint -> GLint -> GLint -> GLint -> GLint -> GLsizei -> GLsizei -> GLsizei -> GLenum -> GLenum -> GLsizei -> Ptr () -> m () Source #

Usage: glGetTextureSubImage texture level xoffset yoffset zoffset width height depth format type bufSize pixels

Manual page: https://www.opengl.org/sdk/docs/man/html/glGetTextureSubImage.xhtml