Why Instance Design

From JogampWiki
Revision as of 11:51, 28 January 2016 by Gbarbieri (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

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