This website requires JavaScript.
Explore
Help
Register
Sign In
ryujinx-backup
/
Opentk
Watch
1
Star
0
Fork
You've already forked Opentk
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
49f9609309
Opentk
/
Source
History
the_fiddler
49f9609309
* ESCLParser.cs: OpenCL bitfileds are defines as long, not int. Added 'type' attribute to enums, which can be 'long' or 'int'.
2009-10-09 05:08:44 +00:00
..
Bind
Updated tokens for ARB_depth_clamp, ARB_vertex_array_bgra, ARB_seamless_cube_map, ARB_provoking_vertex, ARB_draw_elements_base_vertex which where promoted in version 3.2. Fixes issue [
#1146
]: "[GL3.2] Multiple (minor) corrections".
2009-09-07 18:33:32 +00:00
Build
Removed "..\" -> "../" translation from Build.exe, as it caused issues with Visual Studio paths.
2009-09-06 09:27:17 +00:00
Compatibility
Added AllowPartialTrustedCallers attribute.
2009-09-06 14:19:52 +00:00
Converter
* ESCLParser.cs: OpenCL bitfileds are defines as long, not int. Added 'type' attribute to enums, which can be 'long' or 'int'.
2009-10-09 05:08:44 +00:00
Examples
Fixed several code instances that relies on C# 3.0 features.
2009-09-07 23:28:59 +00:00
GLControl
Setting VSync mode should not force control creation. Fixes issue [
#1071
]: "Not firing Load event for GLControl."
2009-09-18 15:46:00 +00:00
OpenTK
Post a close message instead of destroying the window outright, when the user calls the Close() method. Ensures that the user can stop the exit sequence through the IsClosing event.
2009-10-07 16:18:48 +00:00
QuickStart
Fixed line endings and set svn:eol-style to native and svn:mime-type to text/plain for .cs files.
2009-09-03 19:01:11 +00:00