Welcome to mirror list, hosted at ThFree Co, Russian Federation.

WGL_NV_present_video « gl « extensions « auto « glew-2.0.0 « Libraries - github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ccb0da30a58a7f79e4c3f38968a3e8a3287f727d (plain)
1
2
3
4
5
6
7
8
9
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);