Module: GLX_VERSION_1_4::Functions

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

Constant Summary collapse

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

Instance Method Summary collapse

Instance Method Details

#glXGetProcAddress(procName) ⇒ Object



10
# File 'lib/opengl-definitions/versions/GLX_VERSION_1_4.rb', line 10

def glXGetProcAddress(procName) end