From 052d4b1db4d1d68f3c3d2cdb900ad47d8d53bf3c Mon Sep 17 00:00:00 2001 From: gered Date: Mon, 12 Aug 2013 18:02:14 -0400 Subject: [PATCH] comment changes --- PortableGL/GL20.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/PortableGL/GL20.cs b/PortableGL/GL20.cs index 8d48394..d802c45 100644 --- a/PortableGL/GL20.cs +++ b/PortableGL/GL20.cs @@ -2,7 +2,12 @@ using System; namespace PortableGL { - // This should only include declarations for standard OpenGL ES 2.0 functions and constant values. + // This should only include declarations for standard OpenGL ES 2.0 + // functions and constant values. + // + // The intention is that platform/OS backends will only need to implement + // these methods. Helper method overloads will simple use these methods, + // so they only need to be implemented once. public abstract partial class GL20 {