module Roglew::GL::Native

Public Class Methods

included(m) click to toggle source
# 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