Class: Gl::ImplementationWindows
- Inherits:
-
Implementation
- Object
- Implementation
- Gl::ImplementationWindows
- Defined in:
- lib/opengl/implementation.rb
Constant Summary collapse
- DLPATH =
"opengl32.dll"
Class Method Summary collapse
Class Method Details
.open ⇒ Object
6 7 8 |
# File 'lib/opengl/implementation.rb', line 6 def self.open super(DLPATH, "wglGetProcAddress") end |