Sha256: 9647e96ff04a22cb261ab54cfe2b0467b82d2ac64893ce20d093c4f5e07e49e1

Contents?: true

Size: 374 Bytes

Versions: 4

Compression:

Stored size: 374 Bytes

Contents

require 'mittsu/renderers/generic_lib'

module Mittsu
  module OpenGLLib
    extend GenericLib

    class Linux < GenericLib::Linux
      def initialize(loader = Linux)
        @loader = loader
      end
    end

    class Windows
      def path; nil; end
      def file; nil; end
    end

    class MacOS
      def path; nil; end
      def file; nil; end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mittsu-0.2.1 lib/mittsu/renderers/opengl/opengl_lib.rb
mittsu-0.2.0 lib/mittsu/renderers/opengl/opengl_lib.rb
mittsu-0.1.7 lib/mittsu/renderers/opengl/opengl_lib.rb
mittsu-0.1.6 lib/mittsu/renderers/opengl/opengl_lib.rb