comment changes
This commit is contained in:
parent
aca31c6b01
commit
052d4b1db4
|
@ -2,7 +2,12 @@ using System;
|
||||||
|
|
||||||
namespace PortableGL
|
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
|
public abstract partial class GL20
|
||||||
{
|
{
|
||||||
|
|
Reference in a new issue