gl-0.7: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.OES.TextureView

Contents

Synopsis

Extension Support

gl_OES_texture_view :: Bool Source

Checks that the GL_OES_texture_view extension is available.

GL_OES_texture_view

glTextureViewOES :: MonadIO m => GLuint -> GLenum -> GLuint -> GLenum -> GLuint -> GLuint -> GLuint -> GLuint -> m () Source

Usage: glTextureViewOES texture target origtexture internalformat minlevel numlevels minlayer numlayers

This command is an alias for glTextureView.

pattern GL_TEXTURE_IMMUTABLE_LEVELS :: (Num a, Eq a) => a Source