Copyright | (c) Sven Panne 2013 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <[email protected]> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.Rendering.OpenGL.Raw.NV.PresentVideo
Description
All raw functions and tokens from the NV_present_video extension, see http://www.opengl.org/registry/specs/NV/present_video.txt.
- glPresentFrameKeyed :: GLuint -> GLuint64 -> GLuint -> GLuint -> GLenum -> GLenum -> GLuint -> GLuint -> GLenum -> GLuint -> GLuint -> IO ()
- glPresentFrameDualFill :: GLuint -> GLuint64 -> GLuint -> GLuint -> GLenum -> GLenum -> GLuint -> GLenum -> GLuint -> GLenum -> GLuint -> GLenum -> GLuint -> IO ()
- glGetVideoiv :: GLuint -> GLenum -> Ptr GLint -> IO ()
- glGetVideouiv :: GLuint -> GLenum -> Ptr GLuint -> IO ()
- glGetVideoi64v :: GLuint -> GLenum -> Ptr GLint64 -> IO ()
- glGetVideoui64v :: GLuint -> GLenum -> Ptr GLuint64 -> IO ()
- gl_FRAME :: GLenum
- gl_FIELDS :: GLenum
- gl_CURRENT_TIME :: GLenum
- gl_NUM_FILL_STREAMS :: GLenum
- gl_PRESENT_TIME :: GLenum
- gl_PRESENT_DURATION :: GLenum
Functions
glPresentFrameKeyed :: GLuint -> GLuint64 -> GLuint -> GLuint -> GLenum -> GLenum -> GLuint -> GLuint -> GLenum -> GLuint -> GLuint -> IO () Source
glPresentFrameDualFill :: GLuint -> GLuint64 -> GLuint -> GLuint -> GLenum -> GLenum -> GLuint -> GLenum -> GLuint -> GLenum -> GLuint -> GLenum -> GLuint -> IO () Source