Module: WGL_NV_present_video::Functions

Defined in:
lib/opengl-definitions/extensions/WGL_NV_present_video.rb

Constant Summary collapse

Parameters =
{
  wglEnumerateVideoDevicesNV: [ :int, :HDC, :pointer ].freeze,
  wglBindVideoDeviceNV:       [ :BOOL, :HDC, :uint, :HVIDEOOUTPUTDEVICENV, :pointer ].freeze,
  wglQueryCurrentContextNV:   [ :BOOL, :int, :pointer ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#wglBindVideoDeviceNV(hDC, uVideoSlot, hVideoDevice, piAttribList) ⇒ Object



8
# File 'lib/opengl-definitions/extensions/WGL_NV_present_video.rb', line 8

def wglBindVideoDeviceNV(hDC, uVideoSlot, hVideoDevice, piAttribList) end

#wglEnumerateVideoDevicesNV(hDC, phDeviceList) ⇒ Object



7
# File 'lib/opengl-definitions/extensions/WGL_NV_present_video.rb', line 7

def wglEnumerateVideoDevicesNV(hDC, phDeviceList) end

#wglQueryCurrentContextNV(iAttribute, piValue) ⇒ Object



9
# File 'lib/opengl-definitions/extensions/WGL_NV_present_video.rb', line 9

def wglQueryCurrentContextNV(iAttribute, piValue) end