Module: GLX_VERSION_1_4

Defined in:
lib/opengl-definitions/core/GLX_VERSION_1_4.rb

Overview

Unlike other extensions, functions from this module are not pointers.

Defined Under Namespace

Modules: Constants

Constant Summary collapse

FUNCTIONS =
{
  #void ( * glXGetProcAddress (const GLubyte *procName)) (void)
  glXGetProcAddress: [ :pointer, :string ].freeze
}.freeze