Why Instance Design

From JogampWiki
Revision as of 11:50, 28 January 2016 by Gbarbieri (talk | contribs) (Created page with "<h1>Why does JOGL use Instances of GLContext / GL* instead of exposing a Static API?</h1> The scope of this wiki page is essentially to explain why JOGL uses a instance-desig...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Why does JOGL use Instances of GLContext / GL* instead of exposing a Static API?

The scope of this wiki page is essentially to explain why JOGL uses a instance-design instead of a static one, used by other libraries (such as Lwjgl).

The content has been taken from this thread.