Copyright | (c) Sven Panne 2016 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
- glGetNVPresentVideo :: MonadIO m => m Bool
- gl_NV_present_video :: Bool
- pattern GL_CURRENT_TIME_NV :: GLenum
- pattern GL_FIELDS_NV :: GLenum
- pattern GL_FRAME_NV :: GLenum
- pattern GL_NUM_FILL_STREAMS_NV :: GLenum
- pattern GL_PRESENT_DURATION_NV :: GLenum
- pattern GL_PRESENT_TIME_NV :: GLenum
- glGetVideoi64vNV :: MonadIO m => GLuint -> GLenum -> Ptr GLint64EXT -> m ()
- glGetVideoivNV :: MonadIO m => GLuint -> GLenum -> Ptr GLint -> m ()
- glGetVideoui64vNV :: MonadIO m => GLuint -> GLenum -> Ptr GLuint64EXT -> m ()
- glGetVideouivNV :: MonadIO m => GLuint -> GLenum -> Ptr GLuint -> m ()
- glPresentFrameDualFillNV :: MonadIO m => GLuint -> GLuint64EXT -> GLuint -> GLuint -> GLenum -> GLenum -> GLuint -> GLenum -> GLuint -> GLenum -> GLuint -> GLenum -> GLuint -> m ()
- glPresentFrameKeyedNV :: MonadIO m => GLuint -> GLuint64EXT -> GLuint -> GLuint -> GLenum -> GLenum -> GLuint -> GLuint -> GLenum -> GLuint -> GLuint -> m ()
Extension Support
glGetNVPresentVideo :: MonadIO m => m Bool Source
Is the NV_present_video extension supported?
gl_NV_present_video :: Bool Source
Is the NV_present_video extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetNVPresentVideo
in those cases instead.
Enums
pattern GL_CURRENT_TIME_NV :: GLenum Source
pattern GL_FIELDS_NV :: GLenum Source
pattern GL_FRAME_NV :: GLenum Source
pattern GL_NUM_FILL_STREAMS_NV :: GLenum Source
pattern GL_PRESENT_DURATION_NV :: GLenum Source
pattern GL_PRESENT_TIME_NV :: GLenum Source
Functions
:: MonadIO m | |
=> GLuint |
|
-> GLenum |
|
-> Ptr GLint64EXT |
|
-> m () |
:: MonadIO m | |
=> GLuint |
|
-> GLenum |
|
-> Ptr GLuint64EXT |
|
-> m () |