Copyright | (c) Sven Panne 2018 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
- glGetEXTEglImageStorage :: MonadIO m => m Bool
- gl_EXT_EGL_image_storage :: Bool
- type GLeglImageOES = Ptr ()
- glEGLImageTargetTexStorageEXT :: MonadIO m => GLenum -> GLeglImageOES -> Ptr GLint -> m ()
- glEGLImageTargetTextureStorageEXT :: MonadIO m => GLuint -> GLeglImageOES -> Ptr GLint -> m ()
Extension Support
glGetEXTEglImageStorage :: MonadIO m => m Bool Source #
Is the EXT_EGL_image_storage extension supported?
gl_EXT_EGL_image_storage :: Bool Source #
Is the EXT_EGL_image_storage extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetEXTEglImageStorage
in those cases instead.
Types
type GLeglImageOES = Ptr () Source #
Functions
glEGLImageTargetTexStorageEXT Source #
:: MonadIO m | |
=> GLenum |
|
-> GLeglImageOES |
|
-> Ptr GLint |
|
-> m () |
glEGLImageTargetTextureStorageEXT Source #
:: MonadIO m | |
=> GLuint |
|
-> GLeglImageOES |
|
-> Ptr GLint |
|
-> m () |