summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/WGL_NV_present_video
diff options
context:
space:
mode:
Diffstat (limited to 'auto/extensions/gl/WGL_NV_present_video')
-rw-r--r--auto/extensions/gl/WGL_NV_present_video8
1 files changed, 8 insertions, 0 deletions
diff --git a/auto/extensions/gl/WGL_NV_present_video b/auto/extensions/gl/WGL_NV_present_video
new file mode 100644
index 0000000..4e62467
--- /dev/null
+++ b/auto/extensions/gl/WGL_NV_present_video
@@ -0,0 +1,8 @@
+WGL_NV_present_video
+http://www.opengl.org/registry/specs/NV/present_video.txt
+WGL_NV_present_video
+ WGL_NUM_VIDEO_SLOTS_NV 0x20F0
+ BOOL wglBindVideoDeviceNV (HDC hDc, unsigned int uVideoSlot, HVIDEOOUTPUTDEVICENV hVideoDevice, const int* piAttribList)
+ int wglEnumerateVideoDevicesNV (HDC hDc, HVIDEOOUTPUTDEVICENV* phDeviceList)
+ BOOL wglQueryCurrentContextNV (int iAttribute, int* piValue)
+ DECLARE_HANDLE(HVIDEOOUTPUTDEVICENV);