mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-19 19:48:25 +00:00
Moved AutoGeneratedAttribute to root namespace (it is now used by more than just OpenTK.Graphics).
This commit is contained in:
parent
f8bc7e1f30
commit
3f009dc723
|
@ -29,7 +29,7 @@ using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace OpenTK.Graphics
|
namespace OpenTK
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Indicates that this function is generated automatically by a tool.
|
/// Indicates that this function is generated automatically by a tool.
|
Loading…
Reference in a new issue