mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 18:55:38 +00:00
Changed all public items to internal.
This commit is contained in:
parent
3fbd780097
commit
22dfa79f08
|
@ -16,7 +16,7 @@ namespace OpenTK.Platform.Windows
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
///
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public partial class Wgl
|
internal partial class Wgl
|
||||||
{
|
{
|
||||||
#region --- Constructors ---
|
#region --- Constructors ---
|
||||||
|
|
||||||
|
@ -186,7 +186,7 @@ namespace OpenTK.Platform.Windows
|
||||||
#endif
|
#endif
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
public static partial class Arb
|
internal static partial class Arb
|
||||||
{
|
{
|
||||||
private static string[] extensions;
|
private static string[] extensions;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in a new issue