Module: WGL_NV_video_capture
- Defined in:
- lib/opengl-definitions/extensions/WGL_NV_video_capture.rb
Defined Under Namespace
Modules: Constants
Constant Summary collapse
- FUNCTIONS =
{ wglBindVideoCaptureDeviceNV: [ :BOOL, :UINT, :HVIDEOINPUTDEVICENV ].freeze, wglEnumerateVideoCaptureDevicesNV: [ :UINT, :HDC, :pointer ].freeze, wglLockVideoCaptureDeviceNV: [ :BOOL, :HDC, :HVIDEOINPUTDEVICENV ].freeze, wglQueryVideoCaptureDeviceNV: [ :BOOL, :HDC, :HVIDEOINPUTDEVICENV, :int, :pointer ].freeze, wglReleaseVideoCaptureDeviceNV: [ :BOOL, :HDC, :HVIDEOINPUTDEVICENV ].freeze, }.freeze