4 5 6 7 8 9 10
# File 'lib/roglew/gl.rb', line 4 def self.included(m) m.instance_eval do extend FFI::Library ffi_convention :stdcall ffi_lib GL::LIBRARY end end