gl-0.9: Complete OpenGL raw bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.OES.DrawTexture

Synopsis

Extension Support

gl_OES_draw_texture :: Bool Source #

Checks that the GL_OES_draw_texture extension is available.

GL_OES_draw_texture

glDrawTexfOES :: MonadIO m => GLfloat -> GLfloat -> GLfloat -> GLfloat -> GLfloat -> m () Source #

Usage: glDrawTexfOES x y z width height

glDrawTexfvOES :: MonadIO m => Ptr GLfloat -> m () Source #

Usage: glDrawTexfvOES coords

glDrawTexiOES :: MonadIO m => GLint -> GLint -> GLint -> GLint -> GLint -> m () Source #

Usage: glDrawTexiOES x y z width height

glDrawTexivOES :: MonadIO m => Ptr GLint -> m () Source #

Usage: glDrawTexivOES coords

glDrawTexsOES :: MonadIO m => GLshort -> GLshort -> GLshort -> GLshort -> GLshort -> m () Source #

Usage: glDrawTexsOES x y z width height

glDrawTexsvOES :: MonadIO m => Ptr GLshort -> m () Source #

Usage: glDrawTexsvOES coords

glDrawTexxOES :: MonadIO m => GLfixed -> GLfixed -> GLfixed -> GLfixed -> GLfixed -> m () Source #

Usage: glDrawTexxOES x y z width height

glDrawTexxvOES :: MonadIO m => Ptr GLfixed -> m () Source #

Usage: glDrawTexxvOES coords

pattern GL_TEXTURE_CROP_RECT_OES :: (Eq a, Num a) => a Source #