gl-0.9: Complete OpenGL raw bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.ARB.GetTextureSubImage

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

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

Usage: glGetCompressedTextureSubImage texture level xoffset yoffset zoffset width height depth bufSize pixels

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

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