@@ -3,7 +3,7 @@ override Silk.NET.Core.AndroidPlatformInfo.GetHashCode() -> int
33override Silk.NET.Core.CocoaPlatformInfo.GetHashCode() -> int
44override Silk.NET.Core.Constant<TUnderlying, TEnum1, TEnum2>.GetHashCode() -> int
55override Silk.NET.Core.Constant<TUnderlying, TEnum1>.GetHashCode() -> int
6- override Silk.NET.Core.EglPlatformInfo .GetHashCode() -> int
6+ override Silk.NET.Core.EGLPlatformInfo .GetHashCode() -> int
77override Silk.NET.Core.MaybeBool<T, TScheme>.GetHashCode() -> int
88override Silk.NET.Core.MaybeBool<T>.GetHashCode() -> int
99override Silk.NET.Core.NullPtr.GetHashCode() -> int
@@ -102,15 +102,15 @@ Silk.NET.Core.CppAttributeListAttribute.CppAttributeListAttribute(string! attrib
102102Silk.NET.Core.Default
103103Silk.NET.Core.Default.Default() -> void
104104Silk.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
114114Silk.NET.Core.IBoolScheme
115115Silk.NET.Core.IBoolScheme.False<T>() -> T
116116Silk.NET.Core.IBoolScheme.IsTrue<T>(T value) -> bool
@@ -403,8 +403,8 @@ static Silk.NET.Core.Constant<TUnderlying, TEnum1>.operator !=(Silk.NET.Core.Con
403403static Silk.NET.Core.Constant<TUnderlying, TEnum1>.operator ==(Silk.NET.Core.Constant<TUnderlying, TEnum1> left, Silk.NET.Core.Constant<TUnderlying, TEnum1> right) -> bool
404404static Silk.NET.Core.Default.True<T>() -> T
405405static 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
408408static Silk.NET.Core.Loader.LoaderInterface.AlternativeNames.get -> System.Collections.Generic.Dictionary<string!, System.Collections.Generic.List<string!>!>!
409409static Silk.NET.Core.Loader.LoaderInterface.LoadAlternativeNames(string! libraryName, System.Reflection.Assembly! assembly, System.Runtime.InteropServices.DllImportSearchPath? searchPath) -> nint
410410static 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