gl-0.8.0: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.NV.DrawTexture

Contents

Synopsis

Extension Support

gl_NV_draw_texture :: Bool Source #

Checks that the GL_NV_draw_texture extension is available.

GL_NV_draw_texture

glDrawTextureNV :: MonadIO m => GLuint -> GLuint -> GLfloat -> GLfloat -> GLfloat -> GLfloat -> GLfloat -> GLfloat -> GLfloat -> GLfloat -> GLfloat -> m () Source #

Usage: glDrawTextureNV texture sampler x0 y0 x1 y1 z s0 t0 s1 t1