mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-22 23:01:06 +00:00
Added Glu and Glx generators.
This commit is contained in:
parent
2f09c15672
commit
728a5c9ec6
10
Source/Bind/Glu/Generator.cs
Normal file
10
Source/Bind/Glu/Generator.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Bind.Glu
|
||||
{
|
||||
class Generator
|
||||
{
|
||||
}
|
||||
}
|
10
Source/Bind/Glx/Generator.cs
Normal file
10
Source/Bind/Glx/Generator.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Bind.Glx
|
||||
{
|
||||
class Generator
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue