Module: WGL_I3D_image_buffer

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

Defined Under Namespace

Modules: Constants

Constant Summary collapse

Functions =
{
  def wglCreateImageBufferI3D(hDC, dwSize, uFlags) end => [ :LPVOID, :HDC, :DWORD, :UINT ].freeze,
  def wglDestroyImageBufferI3D(hDC, pAddress) end => [ :BOOL, :HDC, :LPVOID ].freeze,
  def wglAssociateImageBufferEventsI3D(hDC, pEvent, pAddress, pSize, count) end => [ :BOOL, :HDC, :pointer, :pointer, :pointer, :UINT ].freeze,
  def wglReleaseImageBufferEventsI3D(hDC, pAddress, count) end => [ :BOOL, :HDC, :pointer, :UINT ].freeze,
}.freeze