Class: Mittsu::OpenGLLib::Linux

Inherits:
GenericLib::Linux show all
Defined in:
lib/mittsu/renderers/opengl/opengl_lib.rb

Instance Method Summary collapse

Methods inherited from GenericLib::Linux

#file, kernel_module_in_use, ldconfig, libgl_paths, #path, sixtyfour_bits?

Methods inherited from GenericLib::Base

#file, #path

Constructor Details

#initialize(loader = Linux) ⇒ Linux

Returns a new instance of Linux.



8
9
10
# File 'lib/mittsu/renderers/opengl/opengl_lib.rb', line 8

def initialize(loader = Linux)
  @loader = loader
end