Opentk/Source
Stefanos A fd0c086e3d 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-21 00:51:34 +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 No point in using 16bpp color 2013-12-18 14:29:18 +01:00
Generator.Rewrite Marshal strings as UTF8 (affects #18) 2013-12-21 00:51:34 +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-21 00:51:34 +01:00