Class: Gl::ImplementationOSX
- Inherits:
-
Implementation
- Object
- Implementation
- Gl::ImplementationOSX
- Defined in:
- lib/opengl/implementation.rb
Constant Summary collapse
- DLPATH =
"/System/Library/Frameworks/OpenGL.framework/Versions/Current/OpenGL"
Class Method Summary collapse
Class Method Details
.open ⇒ Object
16 17 18 |
# File 'lib/opengl/implementation.rb', line 16 def self.open super(DLPATH) end |