kusano 7d535a
GLX_NV_video_capture
kusano 7d535a
http://www.opengl.org/registry/specs/NV/video_capture.txt
kusano 7d535a
GLX_NV_video_capture
kusano 7d535a
	GLX_DEVICE_ID_NV 0x20CD
kusano 7d535a
	GLX_UNIQUE_ID_NV 0x20CE
kusano 7d535a
	GLX_NUM_VIDEO_CAPTURE_SLOTS_NV 0x20CF
kusano 7d535a
	int glXBindVideoCaptureDeviceNV (Display* dpy, unsigned int video_capture_slot, GLXVideoCaptureDeviceNV device)
kusano 7d535a
	GLXVideoCaptureDeviceNV * glXEnumerateVideoCaptureDevicesNV (Display* dpy, int screen, int *nelements)
kusano 7d535a
	void glXLockVideoCaptureDeviceNV (Display* dpy, GLXVideoCaptureDeviceNV device)
kusano 7d535a
	int glXQueryVideoCaptureDeviceNV (Display* dpy, GLXVideoCaptureDeviceNV device, int attribute, int *value)
kusano 7d535a
	void glXReleaseVideoCaptureDeviceNV (Display* dpy, GLXVideoCaptureDeviceNV device)
kusano 7d535a
    typedef XID GLXVideoCaptureDeviceNV