Skip to content

Commit

Permalink
Fixes from self-review
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Jun 9, 2024
1 parent 0fb7e09 commit 384453b
Show file tree
Hide file tree
Showing 78 changed files with 175 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.28.1",
"version": "0.28.2",
"commands": [
"dotnet-csharpier"
]
}
}
}
}
2 changes: 1 addition & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<!-- Package versions for package references across all projects -->
<ItemGroup>
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Update="NUnit" Version="4.1.0" />
<PackageReference Update="NUnit3TestAdapter" Version="4.5.0" />
</ItemGroup>
Expand Down
9 changes: 8 additions & 1 deletion Silk.NET.sln
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Silk.NET.Core", "sources\Co
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Playground", "sources\Playground\Playground.csproj", "{48F43535-3AFC-45E7-A98D-C2609B3B9757}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Silk.NET.Core.UnitTests", "tests\Silk.NET.Core.UnitTests\Silk.NET.Core.UnitTests.csproj", "{A87E1861-07E4-4B7A-9173-0853370A7D4E}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Silk.NET.Core.UnitTests", "tests\Core\Silk.NET.Core.UnitTests.csproj", "{A87E1861-07E4-4B7A-9173-0853370A7D4E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Silk.NET.Maths", "sources\Maths\Silk.NET.Maths.csproj", "{1B21D783-71C3-48D3-91F5-0EEA90FB0DB2}"
EndProject
Expand All @@ -68,6 +68,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Silk.NET.OpenGL", "sources\
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Silk.NET.SDL", "sources\SDL\Silk.NET.SDL.csproj", "{19B05730-F97E-43D4-B922-DF4697E5CE5F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Silk.NET.SDL.UnitTests", "tests\SDL\Silk.NET.SDL.UnitTests.csproj", "{D2B9C43F-A80D-4C9A-9643-BC1AC1B4E807}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -114,6 +116,10 @@ Global
{19B05730-F97E-43D4-B922-DF4697E5CE5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19B05730-F97E-43D4-B922-DF4697E5CE5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19B05730-F97E-43D4-B922-DF4697E5CE5F}.Release|Any CPU.Build.0 = Release|Any CPU
{D2B9C43F-A80D-4C9A-9643-BC1AC1B4E807}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2B9C43F-A80D-4C9A-9643-BC1AC1B4E807}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2B9C43F-A80D-4C9A-9643-BC1AC1B4E807}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2B9C43F-A80D-4C9A-9643-BC1AC1B4E807}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -130,6 +136,7 @@ Global
{AF6C70ED-D6A8-4C57-8DB3-EAFF94396049} = {B681E21A-47A2-4635-96EE-60D8D63FBEA9}
{9625C977-25BE-48F3-9B6F-BC94B8B799A6} = {DD29EA8F-B1A6-45AA-8D2E-B38DA56D9EF6}
{19B05730-F97E-43D4-B922-DF4697E5CE5F} = {DD29EA8F-B1A6-45AA-8D2E-B38DA56D9EF6}
{D2B9C43F-A80D-4C9A-9643-BC1AC1B4E807} = {A5578D12-9E77-4647-8C22-0DBD17760BFF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {78D2CF6A-60A1-43E3-837B-00B73C9DA384}
Expand Down
1 change: 1 addition & 0 deletions generator.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"OutputSourceRoot": "sources/SDL",
"OutputTestRoot": "tests/SDL",
"Solution": "Silk.NET.sln",
"DefaultLicenseHeader": "eng/silktouch/header.txt",
"Mods": [
"AddIncludes",
"ExtractNestedTyping",
Expand Down
2 changes: 1 addition & 1 deletion sources/Core/Silk.NET.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.8.1" PrivateAssets="all" />
<PackageReference Include="InlineIL.Fody" Version="1.8.0" PrivateAssets="all" />
</ItemGroup>

Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/AssertionHandler.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public readonly unsafe struct AssertionHandler : IDisposable
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/AssertionHandlerDelegate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public unsafe delegate AssertState AssertionHandlerDelegate(AssertData* arg0, void* arg1);
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/AudioPostmixCallback.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public readonly unsafe struct AudioPostmixCallback : IDisposable
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/AudioPostmixCallbackDelegate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public unsafe delegate void AudioPostmixCallbackDelegate(
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/AudioStreamCallback.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public readonly unsafe struct AudioStreamCallback : IDisposable
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/AudioStreamCallbackDelegate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public unsafe delegate void AudioStreamCallbackDelegate(
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/ClipboardCleanupCallback.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public readonly unsafe struct ClipboardCleanupCallback : IDisposable
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/ClipboardCleanupCallbackDelegate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public unsafe delegate void ClipboardCleanupCallbackDelegate(void* arg0);
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/ClipboardDataCallback.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public readonly unsafe struct ClipboardDataCallback : IDisposable
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/ClipboardDataCallbackDelegate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public unsafe delegate void* ClipboardDataCallbackDelegate(void* arg0, sbyte* arg1, nuint* arg2);
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/DialogFileCallback.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public readonly unsafe struct DialogFileCallback : IDisposable
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/DialogFileCallbackDelegate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public unsafe delegate void DialogFileCallbackDelegate(void* arg0, sbyte** arg1, int arg2);
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/EGLAttribArrayCallback.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public readonly unsafe struct EGLAttribArrayCallback : IDisposable
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/EGLAttribArrayCallbackDelegate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public unsafe delegate nint* EGLAttribArrayCallbackDelegate();
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/EGLIntArrayCallback.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public readonly unsafe struct EGLIntArrayCallback : IDisposable
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/EGLIntArrayCallbackDelegate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public unsafe delegate int* EGLIntArrayCallbackDelegate();
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/EnumerateDirectoryCallback.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public readonly unsafe struct EnumerateDirectoryCallback : IDisposable
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/EnumerateDirectoryCallbackDelegate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public unsafe delegate int EnumerateDirectoryCallbackDelegate(void* arg0, sbyte* arg1, sbyte* arg2);
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/EnumeratePropertiesCallback.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public readonly unsafe struct EnumeratePropertiesCallback : IDisposable
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/EnumeratePropertiesCallbackDelegate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public unsafe delegate void EnumeratePropertiesCallbackDelegate(void* arg0, uint arg1, sbyte* arg2);
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/EventFilter.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public readonly unsafe struct EventFilter : IDisposable
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/EventFilterDelegate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public unsafe delegate int EventFilterDelegate(void* arg0, Event* arg1);
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/FunctionPointer.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public readonly unsafe struct FunctionPointer : IDisposable
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/FunctionPointerDelegate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public unsafe delegate void FunctionPointerDelegate();
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/HintCallback.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public readonly unsafe struct HintCallback : IDisposable
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/HintCallbackDelegate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public unsafe delegate void HintCallbackDelegate(void* arg0, sbyte* arg1, sbyte* arg2, sbyte* arg3);
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/HitTest.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public readonly unsafe struct HitTest : IDisposable
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/HitTestDelegate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public unsafe delegate HitTestResult HitTestDelegate(WindowHandle arg0, Point* arg1, void* arg2);
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/IOStreamInterfaceFunction1.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

[Transformed]
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/IOStreamInterfaceFunction1Delegate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

[Transformed]
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/IOStreamInterfaceSeek.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public readonly unsafe struct IOStreamInterfaceSeek : IDisposable
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/IOStreamInterfaceSeekDelegate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public unsafe delegate long IOStreamInterfaceSeekDelegate(void* arg0, long arg1, int arg2);
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/IOStreamInterfaceSize.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public readonly unsafe struct IOStreamInterfaceSize : IDisposable
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/IOStreamInterfaceSizeDelegate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public unsafe delegate long IOStreamInterfaceSizeDelegate(void* arg0);
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/LogOutputFunction.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public readonly unsafe struct LogOutputFunction : IDisposable
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/LogOutputFunctionDelegate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public unsafe delegate void LogOutputFunctionDelegate(
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/SetPropertyWithCleanupCleanup.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public readonly unsafe struct SetPropertyWithCleanupCleanup : IDisposable
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/SetPropertyWithCleanupCleanupDelegate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public unsafe delegate void SetPropertyWithCleanupCleanupDelegate(void* arg0, void* arg1);
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/StorageInterfaceEnumerate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public readonly unsafe struct StorageInterfaceEnumerate : IDisposable
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/StorageInterfaceEnumerateDelegate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public unsafe delegate int StorageInterfaceEnumerateDelegate(
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/StorageInterfaceFunction1.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

[Transformed]
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/StorageInterfaceFunction1Delegate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

[Transformed]
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/StorageInterfaceFunction2.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

[Transformed]
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/StorageInterfaceFunction2Delegate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

[Transformed]
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/StorageInterfaceInfo.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public readonly unsafe struct StorageInterfaceInfo : IDisposable
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/StorageInterfaceInfoDelegate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public unsafe delegate int StorageInterfaceInfoDelegate(void* arg0, sbyte* arg1, PathInfo* arg2);
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/StorageInterfaceSpaceRemaining.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public readonly unsafe struct StorageInterfaceSpaceRemaining : IDisposable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public unsafe delegate ulong StorageInterfaceSpaceRemainingDelegate(void* arg0);
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/ThreadFunction.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public readonly unsafe struct ThreadFunction : IDisposable
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/ThreadFunctionDelegate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public unsafe delegate int ThreadFunctionDelegate(void* arg0);
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/TimerCallback.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public readonly unsafe struct TimerCallback : IDisposable
Expand Down
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/TimerCallbackDelegate.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

public unsafe delegate uint TimerCallbackDelegate(uint arg0, void* arg1);
2 changes: 2 additions & 0 deletions sources/SDL/SDL3/VirtualJoystickDescFunction1.gen.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Silk.NET.SDL;

[Transformed]
Expand Down
Loading

0 comments on commit 384453b

Please sign in to comment.