Copyright | (c) Sven Panne 2019 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Graphics.GL.NV.DrawTexture
Contents
Description
Synopsis
- glGetNVDrawTexture :: MonadIO m => m Bool
- gl_NV_draw_texture :: Bool
- glDrawTextureNV :: MonadIO m => GLuint -> GLuint -> GLfloat -> GLfloat -> GLfloat -> GLfloat -> GLfloat -> GLfloat -> GLfloat -> GLfloat -> GLfloat -> m ()
Extension Support
glGetNVDrawTexture :: MonadIO m => m Bool Source #
Is the NV_draw_texture extension supported?
gl_NV_draw_texture :: Bool Source #
Is the NV_draw_texture extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetNVDrawTexture
in those cases instead.