Module: WGL_NV_video_output

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

Defined Under Namespace

Modules: Constants

Constant Summary collapse

Functions =
{
  def wglGetVideoDeviceNV(hDC, numDevices, hVideoDevice) end => [ :BOOL, :HDC, :int, :pointer ].freeze,
  def wglReleaseVideoDeviceNV(hVideoDevice) end => [ :BOOL, :HPVIDEODEV ].freeze,
  def wglBindVideoImageNV(hVideoDevice, hPbuffer, iVideoBuffer) end => [ :BOOL, :HPVIDEODEV, :HPBUFFERARB, :int ].freeze,
  def wglReleaseVideoImageNV(hPbuffer, iVideoBuffer) end => [ :BOOL, :HPBUFFERARB, :int ].freeze,
  def wglSendPbufferToVideoNV(hPbuffer, iBufferType, pulCounterPbuffer, bBlock) end => [ :BOOL, :HPBUFFERARB, :int, :pointer, :BOOL ].freeze,
  def wglGetVideoInfoNV(hpVideoDevice, pulCounterOutputPbuffer, pulCounterOutputVideo) end => [ :BOOL, :HPVIDEODEV, :pointer, :pointer ].freeze,
}.freeze