Use OpenTK.Graphics.OpenGL4 namespace for GL4.x
This commit is contained in:
parent
c83d6ad530
commit
827fe0788a
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ namespace Bind
|
|||
case "gl3":
|
||||
case "gl4":
|
||||
mode = GeneratorMode.GL2;
|
||||
Settings.DefaultOutputNamespace = "OpenTK.Graphics.OpenGL.Core";
|
||||
Settings.DefaultOutputNamespace = "OpenTK.Graphics.OpenGL4";
|
||||
break;
|
||||
|
||||
case "es10":
|
||||
|
|
Loading…
Reference in a new issue