OpenGLRaw-3.2.0.0: A raw binding for the OpenGL graphics system

Copyright(c) Sven Panne 2016
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.NV.PresentVideo

Contents

Description

 

Synopsis

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

Functions

glGetVideoi64vNV Source

Arguments

:: MonadIO m 
=> GLuint

video_slot.

-> GLenum

pname.

-> Ptr GLint64EXT

params pointing to COMPSIZE(pname) elements of type GLint64EXT.

-> m () 

glGetVideoivNV Source

Arguments

:: MonadIO m 
=> GLuint

video_slot.

-> GLenum

pname.

-> Ptr GLint

params pointing to COMPSIZE(pname) elements of type GLint.

-> m () 

glGetVideoui64vNV Source

Arguments

:: MonadIO m 
=> GLuint

video_slot.

-> GLenum

pname.

-> Ptr GLuint64EXT

params pointing to COMPSIZE(pname) elements of type GLuint64EXT.

-> m () 

glGetVideouivNV Source

Arguments

:: MonadIO m 
=> GLuint

video_slot.

-> GLenum

pname.

-> Ptr GLuint

params pointing to COMPSIZE(pname) elements of type GLuint.

-> m () 

glPresentFrameDualFillNV Source

Arguments

:: MonadIO m 
=> GLuint

video_slot.

-> GLuint64EXT

minPresentTime.

-> GLuint

beginPresentTimeId.

-> GLuint

presentDurationId.

-> GLenum

type.

-> GLenum

target0.

-> GLuint

fill0.

-> GLenum

target1.

-> GLuint

fill1.

-> GLenum

target2.

-> GLuint

fill2.

-> GLenum

target3.

-> GLuint

fill3.

-> m () 

glPresentFrameKeyedNV Source

Arguments

:: MonadIO m 
=> GLuint

video_slot.

-> GLuint64EXT

minPresentTime.

-> GLuint

beginPresentTimeId.

-> GLuint

presentDurationId.

-> GLenum

type.

-> GLenum

target0.

-> GLuint

fill0.

-> GLuint

key0.

-> GLenum

target1.

-> GLuint

fill1.

-> GLuint

key1.

-> m ()