.Net Standard port for Opentk
Go to file
the_fiddler 775f158269 Removed Destroy event and RegisterForDisposal method from IGraphicsContext.
Added GraphicsContextBase, which acts as the foundation of all IGraphicsContext implementations.
Added DesktopGraphicsContext, which acts as the foundation of all desktop (i.e. not ES) IGraphicsContext implementations.
Modified all IGraphicsContext implementations to inherit from GraphicsContextBase and/or DesktopGraphicsContext.
2009-08-17 10:23:16 +00:00
Build Removed OpenTK.Compatibility dependency from Examples project. 2009-08-14 16:07:36 +00:00
Documentation Updated documentation for 0.9.9-1 release. 2009-08-04 09:37:31 +00:00
Source Removed Destroy event and RegisterForDisposal method from IGraphicsContext. 2009-08-17 10:23:16 +00:00