Copyright | (c) Sven Panne 2016 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
- glGetOESSinglePrecision :: MonadIO m => m Bool
- gl_OES_single_precision :: Bool
- glClearDepthfOES :: MonadIO m => GLclampf -> m ()
- glClipPlanefOES :: MonadIO m => GLenum -> Ptr GLfloat -> m ()
- glDepthRangefOES :: MonadIO m => GLclampf -> GLclampf -> m ()
- glFrustumfOES :: MonadIO m => GLfloat -> GLfloat -> GLfloat -> GLfloat -> GLfloat -> GLfloat -> m ()
- glGetClipPlanefOES :: MonadIO m => GLenum -> Ptr GLfloat -> m ()
- glOrthofOES :: MonadIO m => GLfloat -> GLfloat -> GLfloat -> GLfloat -> GLfloat -> GLfloat -> m ()
Extension Support
glGetOESSinglePrecision :: MonadIO m => m Bool Source #
Is the OES_single_precision extension supported?
gl_OES_single_precision :: Bool Source #
Is the OES_single_precision extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetOESSinglePrecision
in those cases instead.
Functions
This command is an alias for glClearDepthf
.
This command is an alias for glDepthRangef
.