mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 04:16:50 +00:00
Added Glu and Glx generators.
This commit is contained in:
parent
9b257a97e9
commit
e1b0d5fdb5
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