Opentk/Source
Stefanos A. 94b04c02ca Marshal strings as UTF8 (affects #18)
Starting with OpenGL 4.2, strings passed to GL.ShaderSource are allowed
to contain multi-byte characters in comments (issue #18). This patch
modifies the marshaling code to use UTF8.GetBytes in order to marshal
strings, instead of Marshal.StringToHGlobalAnsi().
2013-12-17 11:39:47 +01:00
..
Bind Added overloads for compatibility with svn r3127 2013-12-16 01:55:05 +01:00
Build.UpdateVersion Merge master into no-reflect 2013-12-15 16:36:37 +01:00
Compatibility Normalized xml doc file paths 2013-12-15 23:24:17 +01:00
Converter Merge master into no-reflect 2013-12-15 16:36:37 +01:00
Examples Merge remote-tracking branch 'origin/master' into no-reflect 2013-12-05 14:53:37 +01:00
Generator.Rewrite Marshal strings as UTF8 (affects #18) 2013-12-17 11:39:47 +01:00
GLControl Merge master into no-reflect 2013-12-15 16:36:37 +01:00
OpenTK Marshal strings as UTF8 (affects #18) 2013-12-17 11:39:47 +01:00