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 =
{
  def wglBindVideoCaptureDeviceNV(uVideoSlot, hDevice) end => [ :BOOL, :UINT, :HVIDEOINPUTDEVICENV ].freeze,
  def wglEnumerateVideoCaptureDevicesNV(hDc, phDeviceList) end => [ :UINT, :HDC, :pointer ].freeze,
  def wglLockVideoCaptureDeviceNV(hDc, hDevice) end => [ :BOOL, :HDC, :HVIDEOINPUTDEVICENV ].freeze,
  def wglQueryVideoCaptureDeviceNV(hDc, hDevice, iAttribute, piValue) end => [ :BOOL, :HDC, :HVIDEOINPUTDEVICENV, :int, :pointer ].freeze,
  def wglReleaseVideoCaptureDeviceNV(hDc, hDevice) end => [ :BOOL, :HDC, :HVIDEOINPUTDEVICENV ].freeze,
}.freeze