Skip to content

Commit 53fbdd3

Browse files
committed
Revert change to EGLPlatformInfo
1 parent 16f5753 commit 53fbdd3

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
namespace Silk.NET.Core;
2+
3+
/// <summary>
4+
/// The EGL platform-specific handles.
5+
/// </summary>
6+
/// <param name="Display"><c>EGLDisplay</c>.</param>
7+
/// <param name="Surface"><c>EGLSurface</c>.</param>
8+
public readonly record struct EGLPlatformInfo(nint Display, nint Surface);

sources/Core/Core/Abstractions/EglPlatformInfo.cs

Lines changed: 0 additions & 8 deletions
This file was deleted.

sources/Core/Core/PublicAPI/net10.0/PublicAPI.Unshipped.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ override Silk.NET.Core.AndroidPlatformInfo.GetHashCode() -> int
33
override Silk.NET.Core.CocoaPlatformInfo.GetHashCode() -> int
44
override Silk.NET.Core.Constant<TUnderlying, TEnum1, TEnum2>.GetHashCode() -> int
55
override Silk.NET.Core.Constant<TUnderlying, TEnum1>.GetHashCode() -> int
6-
override Silk.NET.Core.EglPlatformInfo.GetHashCode() -> int
6+
override Silk.NET.Core.EGLPlatformInfo.GetHashCode() -> int
77
override Silk.NET.Core.MaybeBool<T, TScheme>.GetHashCode() -> int
88
override Silk.NET.Core.MaybeBool<T>.GetHashCode() -> int
99
override Silk.NET.Core.NullPtr.GetHashCode() -> int
@@ -102,15 +102,15 @@ Silk.NET.Core.CppAttributeListAttribute.CppAttributeListAttribute(string! attrib
102102
Silk.NET.Core.Default
103103
Silk.NET.Core.Default.Default() -> void
104104
Silk.NET.Core.DSL
105-
Silk.NET.Core.EglPlatformInfo
106-
Silk.NET.Core.EglPlatformInfo.Deconstruct(out nint Display, out nint Surface) -> void
107-
Silk.NET.Core.EglPlatformInfo.Display.get -> nint
108-
Silk.NET.Core.EglPlatformInfo.Display.init -> void
109-
Silk.NET.Core.EglPlatformInfo.EglPlatformInfo() -> void
110-
Silk.NET.Core.EglPlatformInfo.EglPlatformInfo(nint Display, nint Surface) -> void
111-
Silk.NET.Core.EglPlatformInfo.Equals(Silk.NET.Core.EglPlatformInfo other) -> bool
112-
Silk.NET.Core.EglPlatformInfo.Surface.get -> nint
113-
Silk.NET.Core.EglPlatformInfo.Surface.init -> void
105+
Silk.NET.Core.EGLPlatformInfo
106+
Silk.NET.Core.EGLPlatformInfo.Deconstruct(out nint Display, out nint Surface) -> void
107+
Silk.NET.Core.EGLPlatformInfo.Display.get -> nint
108+
Silk.NET.Core.EGLPlatformInfo.Display.init -> void
109+
Silk.NET.Core.EGLPlatformInfo.EGLPlatformInfo() -> void
110+
Silk.NET.Core.EGLPlatformInfo.EGLPlatformInfo(nint Display, nint Surface) -> void
111+
Silk.NET.Core.EGLPlatformInfo.Equals(Silk.NET.Core.EGLPlatformInfo other) -> bool
112+
Silk.NET.Core.EGLPlatformInfo.Surface.get -> nint
113+
Silk.NET.Core.EGLPlatformInfo.Surface.init -> void
114114
Silk.NET.Core.IBoolScheme
115115
Silk.NET.Core.IBoolScheme.False<T>() -> T
116116
Silk.NET.Core.IBoolScheme.IsTrue<T>(T value) -> bool
@@ -403,8 +403,8 @@ static Silk.NET.Core.Constant<TUnderlying, TEnum1>.operator !=(Silk.NET.Core.Con
403403
static Silk.NET.Core.Constant<TUnderlying, TEnum1>.operator ==(Silk.NET.Core.Constant<TUnderlying, TEnum1> left, Silk.NET.Core.Constant<TUnderlying, TEnum1> right) -> bool
404404
static Silk.NET.Core.Default.True<T>() -> T
405405
static Silk.NET.Core.DSL.nullptr.get -> Silk.NET.Core.NullPtr
406-
static Silk.NET.Core.EglPlatformInfo.operator !=(Silk.NET.Core.EglPlatformInfo left, Silk.NET.Core.EglPlatformInfo right) -> bool
407-
static Silk.NET.Core.EglPlatformInfo.operator ==(Silk.NET.Core.EglPlatformInfo left, Silk.NET.Core.EglPlatformInfo right) -> bool
406+
static Silk.NET.Core.EGLPlatformInfo.operator !=(Silk.NET.Core.EGLPlatformInfo left, Silk.NET.Core.EGLPlatformInfo right) -> bool
407+
static Silk.NET.Core.EGLPlatformInfo.operator ==(Silk.NET.Core.EGLPlatformInfo left, Silk.NET.Core.EGLPlatformInfo right) -> bool
408408
static Silk.NET.Core.Loader.LoaderInterface.AlternativeNames.get -> System.Collections.Generic.Dictionary<string!, System.Collections.Generic.List<string!>!>!
409409
static Silk.NET.Core.Loader.LoaderInterface.LoadAlternativeNames(string! libraryName, System.Reflection.Assembly! assembly, System.Runtime.InteropServices.DllImportSearchPath? searchPath) -> nint
410410
static Silk.NET.Core.Loader.LoaderInterface.LoadLibrary(string! name, System.Reflection.Assembly! asm) -> nint
@@ -848,8 +848,8 @@ static Silk.NET.Core.X11PlatformInfo.operator ==(Silk.NET.Core.X11PlatformInfo l
848848
~override Silk.NET.Core.Constant<TUnderlying, TEnum1, TEnum2>.ToString() -> string
849849
~override Silk.NET.Core.Constant<TUnderlying, TEnum1>.Equals(object obj) -> bool
850850
~override Silk.NET.Core.Constant<TUnderlying, TEnum1>.ToString() -> string
851-
~override Silk.NET.Core.EglPlatformInfo.Equals(object obj) -> bool
852-
~override Silk.NET.Core.EglPlatformInfo.ToString() -> string
851+
~override Silk.NET.Core.EGLPlatformInfo.Equals(object obj) -> bool
852+
~override Silk.NET.Core.EGLPlatformInfo.ToString() -> string
853853
~override Silk.NET.Core.MaybeBool<T, TScheme>.Equals(object obj) -> bool
854854
~override Silk.NET.Core.MaybeBool<T, TScheme>.ToString() -> string
855855
~override Silk.NET.Core.MaybeBool<T>.Equals(object obj) -> bool

0 commit comments

Comments
 (0)