Module: WGL_EXT_display_color_table::Functions

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

Constant Summary collapse

Parameters =
{
  wglCreateDisplayColorTableEXT:  [ :GLboolean, :GLushort ].freeze,
  wglLoadDisplayColorTableEXT:    [ :GLboolean, :pointer, :GLuint ].freeze,
  wglBindDisplayColorTableEXT:    [ :GLboolean, :GLushort ].freeze,
  wglDestroyDisplayColorTableEXT: [ :VOID, :GLushort ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#wglBindDisplayColorTableEXT(id) ⇒ Object



5
# File 'lib/opengl-definitions/extensions/WGL_EXT_display_color_table.rb', line 5

def wglBindDisplayColorTableEXT(id) end

#wglCreateDisplayColorTableEXT(id) ⇒ Object



3
# File 'lib/opengl-definitions/extensions/WGL_EXT_display_color_table.rb', line 3

def wglCreateDisplayColorTableEXT(id) end

#wglDestroyDisplayColorTableEXT(id) ⇒ Object



6
# File 'lib/opengl-definitions/extensions/WGL_EXT_display_color_table.rb', line 6

def wglDestroyDisplayColorTableEXT(id) end

#wglLoadDisplayColorTableEXT(table, length) ⇒ Object



4
# File 'lib/opengl-definitions/extensions/WGL_EXT_display_color_table.rb', line 4

def wglLoadDisplayColorTableEXT(table, length) end