This website requires JavaScript.
Explore
Help
Register
Sign In
ryujinx
/
Opentk
Watch
1
Star
0
Fork
You've already forked Opentk
0
mirror of
https://github.com/Ryujinx/Opentk.git
synced
2025-01-11 20:25:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
11b68be5d0
Opentk
/
Source
/
Examples
/
OpenGL
History
the_fiddler
11b68be5d0
Cleaned up sample, added color and motion.
2009-11-04 10:44:56 +00:00
..
1.1
No need to burn 100% CPU time just for a spinning cube! (Especially important for the multithreading test, which opens multiple such windows).
2009-11-03 13:03:35 +00:00
1.5
Cleaned up sample, added color and motion.
2009-11-04 10:44:56 +00:00
3.0
OnLoad/OnUnload should be protected, not public, to conform with the class library design guidelines. This issue was supposed to be fixed in 0.9.9-2, but was apparently overlooked.
2009-10-21 13:33:00 +00:00
EXT
Fixed compilation issue caused by OnUnload access modifier changed (public -> protected).
2009-10-21 13:51:39 +00:00
GLSL
Qualify System.Drawing.Rectangle/Point/Size structs fully when necessary, to avoid namespace clash with OpenTK.Rectangle/Point/Size.
2009-11-02 09:37:18 +00:00