| Copyright | (c) Sven Panne 2019 |
|---|---|
| License | BSD3 |
| Maintainer | Sven Panne <svenpanne@gmail.com> |
| Stability | stable |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Graphics.GL.OES.SinglePrecision
Contents
Description
Synopsis
- 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
Arguments
| :: MonadIO m | |
| => GLclampf |
|
| -> m () |
This command is an alias for glClearDepthf.
Arguments
| :: MonadIO m | |
| => GLenum |
|
| -> Ptr GLfloat |
|
| -> m () |
Arguments
| :: MonadIO m | |
| => GLclampf |
|
| -> GLclampf |
|
| -> m () |
This command is an alias for glDepthRangef.
Arguments
| :: MonadIO m | |
| => GLenum |
|
| -> Ptr GLfloat |
|
| -> m () |