Module: WGL_EXT_display_color_table

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

Constant Summary collapse

Functions =
{
  def wglCreateDisplayColorTableEXT(id) end => [ :GLboolean, :GLushort ].freeze,
  def wglLoadDisplayColorTableEXT(table, length) end => [ :GLboolean, :pointer, :GLuint ].freeze,
  def wglBindDisplayColorTableEXT(id) end => [ :GLboolean, :GLushort ].freeze,
  def wglDestroyDisplayColorTableEXT(id) end => [ :VOID, :GLushort ].freeze,
}.freeze