From: thefiddler Date: Mon, 21 Jul 2014 16:05:20 +0000 (+0200) Subject: Merge pull request #157 from thefiddler/warnfix X-Git-Tag: 2.0-0~107 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a84104262e0563f17a12eeffb6ace00a53fca2d;p=platform%2Fcore%2Fcsapi%2Fopentk.git Merge pull request #157 from thefiddler/warnfix Fix all build warnings on VS2013 and Mono 3.4.0 --- 2a84104262e0563f17a12eeffb6ace00a53fca2d diff --cc Source/OpenTK/Graphics/ES11/ES11Enums.cs index 89398de,dc6ce9c..bc5b5a9 --- a/Source/OpenTK/Graphics/ES11/ES11Enums.cs +++ b/Source/OpenTK/Graphics/ES11/ES11Enums.cs @@@ -12246,12 -12284,9 +12284,13 @@@ namespace OpenTK.Graphics.ES1 /// /// Not used directly. /// + [CLSCompliant(false)] public enum OesByteCoordinates : int { + /// + /// Original was GL_BYTE = 0x1400 + /// + Byte = ((int)0x1400) , } ///