-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.NV.PresentVideo -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne <svenpanne@gmail.com> -- Stability : stable -- Portability : portable -- -- The <https://www.opengl.org/registry/specs/NV/present_video.txt NV_present_video> extension. -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.NV.PresentVideo ( -- * Enums gl_CURRENT_TIME_NV, gl_FIELDS_NV, gl_FRAME_NV, gl_NUM_FILL_STREAMS_NV, gl_PRESENT_DURATION_NV, gl_PRESENT_TIME_NV, -- * Functions glGetVideoi64vNV, glGetVideoivNV, glGetVideoui64vNV, glGetVideouivNV, glPresentFrameDualFillNV, glPresentFrameKeyedNV ) where import Graphics.Rendering.OpenGL.Raw.Tokens import Graphics.Rendering.OpenGL.Raw.Functions