This commit is contained in:
parent
9e7887cbed
commit
922b389ad8
3 changed files with 27 additions and 6 deletions
|
@ -1,8 +1,11 @@
|
||||||
#region License
|
#region --- License ---
|
||||||
/*
|
/*
|
||||||
MIT License
|
MIT License
|
||||||
Copyright ©2003-2006 Tao Framework Team
|
Copyright ©2006-2007 Tao Framework Team
|
||||||
http://www.taoframework.com
|
http://www.taoframework.com
|
||||||
|
Copyright ©2005-2007 OpenTK
|
||||||
|
http://sourceforge.net/projects/opentk
|
||||||
|
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
@ -25,12 +28,16 @@ SOFTWARE.
|
||||||
*/
|
*/
|
||||||
#endregion License
|
#endregion License
|
||||||
|
|
||||||
|
#region --- Using Directives ---
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.CodeDom;
|
using System.CodeDom;
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
namespace OpenTK.OpenGL.Bind
|
namespace OpenTK.OpenGL.Bind
|
||||||
{
|
{
|
||||||
static class SpecReader
|
static class SpecReader
|
||||||
|
|
|
@ -1,8 +1,11 @@
|
||||||
#region License
|
#region --- License ---
|
||||||
/*
|
/*
|
||||||
MIT License
|
MIT License
|
||||||
Copyright ©2003-2006 Tao Framework Team
|
Copyright ©2006-2007 Tao Framework Team
|
||||||
http://www.taoframework.com
|
http://www.taoframework.com
|
||||||
|
Copyright ©2005-2007 OpenTK
|
||||||
|
http://sourceforge.net/projects/opentk
|
||||||
|
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
@ -25,12 +28,16 @@ SOFTWARE.
|
||||||
*/
|
*/
|
||||||
#endregion License
|
#endregion License
|
||||||
|
|
||||||
|
#region --- Using Directives ---
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using System.CodeDom;
|
using System.CodeDom;
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
namespace OpenTK.OpenGL.Bind
|
namespace OpenTK.OpenGL.Bind
|
||||||
{
|
{
|
||||||
#region WrapperTypes enum
|
#region WrapperTypes enum
|
||||||
|
|
|
@ -1,8 +1,11 @@
|
||||||
#region License
|
#region --- License ---
|
||||||
/*
|
/*
|
||||||
MIT License
|
MIT License
|
||||||
Copyright ©2003-2006 Tao Framework Team
|
Copyright ©2006-2007 Tao Framework Team
|
||||||
http://www.taoframework.com
|
http://www.taoframework.com
|
||||||
|
Copyright ©2005-2007 OpenTK
|
||||||
|
http://sourceforge.net/projects/opentk
|
||||||
|
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
@ -25,6 +28,8 @@ SOFTWARE.
|
||||||
*/
|
*/
|
||||||
#endregion License
|
#endregion License
|
||||||
|
|
||||||
|
#region --- Using Directives ---
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
@ -32,6 +37,8 @@ using System.IO;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.CodeDom;
|
using System.CodeDom;
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
namespace OpenTK.OpenGL.Bind
|
namespace OpenTK.OpenGL.Bind
|
||||||
{
|
{
|
||||||
static class SpecWriter
|
static class SpecWriter
|
||||||
|
|
Loading…
Reference in a new issue