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
353ef37dd4
Opentk
/
Source
/
OpenTK
/
Graphics
/
OpenGL
History
the_fiddler
353ef37dd4
Fixed issue [
#1240
]: "Generic ref and out wrappers do not copy results to the reference parameter", by assigning the GCHandle.Target back to the reference parameter.
2009-10-17 20:02:53 +00:00
..
ErrorHelper.cs
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
GL.cs
Fixed issue [
#1240
]: "Generic ref and out wrappers do not copy results to the reference parameter", by assigning the GCHandle.Target back to the reference parameter.
2009-10-17 20:02:53 +00:00
GLCore.cs
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
GLDelegates.cs
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
GLEnums.cs
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
GLHelper.cs
Fixed GetDouble implementation to return correct values (should call GetDouble not GetFloat!) Fixes issue [
#1235
]: "Matrix4d wrong value on GL.GetDouble".
2009-10-15 14:37:26 +00:00