Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ext/SDL
Submodule SDL updated 468 files
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <auto-generated>
// This code was generated by the following tool on 2025-09-25 23:37:28 GMT+00:00:
// This code was generated by the following tool on 2025-10-13 22:11:34 GMT+00:00:
// https://github.com/bottlenoselabs/c2cs (v2025.9.8.0)
//
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down
2 changes: 1 addition & 1 deletion src/cs/production/SDL.Interop/Generated/Runtime.g.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <auto-generated>
// This code was generated by the following tool on 2025-09-25 23:37:28 GMT+00:00:
// This code was generated by the following tool on 2025-10-13 22:11:34 GMT+00:00:
// https://github.com/bottlenoselabs/c2cs (v2025.9.8.0)
//
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down
132 changes: 115 additions & 17 deletions src/cs/production/SDL.Interop/Generated/SDL.g.cs

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ namespace bottlenoselabs.Interop
public static unsafe partial class SDL
{
[global::System.Runtime.InteropServices.DllImportAttribute("SDL3", EntryPoint = "SDL_CreateGPURenderer", ExactSpelling = true)]
public static extern partial global::bottlenoselabs.Interop.SDL.SDL_Renderer* SDL_CreateGPURenderer(global::bottlenoselabs.Interop.SDL.SDL_Window* window, global::bottlenoselabs.Interop.SDL.SDL_GPUShaderFormat format_flags, global::bottlenoselabs.Interop.SDL.SDL_GPUDevice** device);
public static extern partial global::bottlenoselabs.Interop.SDL.SDL_Renderer* SDL_CreateGPURenderer(global::bottlenoselabs.Interop.SDL.SDL_GPUDevice* device, global::bottlenoselabs.Interop.SDL.SDL_Window* window);
}
}
namespace bottlenoselabs.Interop
Expand Down Expand Up @@ -2248,6 +2248,14 @@ public static unsafe partial class SDL
}
}
namespace bottlenoselabs.Interop
{
public static unsafe partial class SDL
{
[global::System.Runtime.InteropServices.DllImportAttribute("SDL3", EntryPoint = "SDL_GetGPURendererDevice", ExactSpelling = true)]
public static extern partial global::bottlenoselabs.Interop.SDL.SDL_GPUDevice* SDL_GetGPURendererDevice(global::bottlenoselabs.Interop.SDL.SDL_Renderer* renderer);
}
}
namespace bottlenoselabs.Interop
{
public static unsafe partial class SDL
{
Expand Down Expand Up @@ -3552,6 +3560,14 @@ public static unsafe partial class SDL
}
}
namespace bottlenoselabs.Interop
{
public static unsafe partial class SDL
{
[global::System.Runtime.InteropServices.DllImportAttribute("SDL3", EntryPoint = "SDL_GetSystemPageSize", ExactSpelling = true)]
public static extern partial int SDL_GetSystemPageSize();
}
}
namespace bottlenoselabs.Interop
{
public static unsafe partial class SDL
{
Expand Down Expand Up @@ -3616,6 +3632,14 @@ public static unsafe partial class SDL
}
}
namespace bottlenoselabs.Interop
{
public static unsafe partial class SDL
{
[global::System.Runtime.InteropServices.DllImportAttribute("SDL3", EntryPoint = "SDL_GetTexturePalette", ExactSpelling = true)]
public static extern partial global::bottlenoselabs.Interop.SDL.SDL_Palette* SDL_GetTexturePalette(global::bottlenoselabs.Interop.SDL.SDL_Texture* texture);
}
}
namespace bottlenoselabs.Interop
{
public static unsafe partial class SDL
{
Expand Down Expand Up @@ -4824,6 +4848,22 @@ public static unsafe partial class SDL
}
}
namespace bottlenoselabs.Interop
{
public static unsafe partial class SDL
{
[global::System.Runtime.InteropServices.DllImportAttribute("SDL3", EntryPoint = "SDL_LoadPNG", ExactSpelling = true)]
public static extern partial global::bottlenoselabs.Interop.SDL.SDL_Surface* SDL_LoadPNG(global::Interop.Runtime.CString file);
}
}
namespace bottlenoselabs.Interop
{
public static unsafe partial class SDL
{
[global::System.Runtime.InteropServices.DllImportAttribute("SDL3", EntryPoint = "SDL_LoadPNG_IO", ExactSpelling = true)]
public static extern partial global::bottlenoselabs.Interop.SDL.SDL_Surface* SDL_LoadPNG_IO(global::bottlenoselabs.Interop.SDL.SDL_IOStream* src, global::Interop.Runtime.CBool closeio);
}
}
namespace bottlenoselabs.Interop
{
public static unsafe partial class SDL
{
Expand Down Expand Up @@ -6032,6 +6072,22 @@ public static unsafe partial class SDL
}
}
namespace bottlenoselabs.Interop
{
public static unsafe partial class SDL
{
[global::System.Runtime.InteropServices.DllImportAttribute("SDL3", EntryPoint = "SDL_SavePNG", ExactSpelling = true)]
public static extern partial global::Interop.Runtime.CBool SDL_SavePNG(global::bottlenoselabs.Interop.SDL.SDL_Surface* surface, global::Interop.Runtime.CString file);
}
}
namespace bottlenoselabs.Interop
{
public static unsafe partial class SDL
{
[global::System.Runtime.InteropServices.DllImportAttribute("SDL3", EntryPoint = "SDL_SavePNG_IO", ExactSpelling = true)]
public static extern partial global::Interop.Runtime.CBool SDL_SavePNG_IO(global::bottlenoselabs.Interop.SDL.SDL_Surface* surface, global::bottlenoselabs.Interop.SDL.SDL_IOStream* dst, global::Interop.Runtime.CBool closeio);
}
}
namespace bottlenoselabs.Interop
{
public static unsafe partial class SDL
{
Expand Down Expand Up @@ -6264,6 +6320,14 @@ public static unsafe partial class SDL
}
}
namespace bottlenoselabs.Interop
{
public static unsafe partial class SDL
{
[global::System.Runtime.InteropServices.DllImportAttribute("SDL3", EntryPoint = "SDL_SetGPURenderState", ExactSpelling = true)]
public static extern partial global::Interop.Runtime.CBool SDL_SetGPURenderState(global::bottlenoselabs.Interop.SDL.SDL_Renderer* renderer, global::bottlenoselabs.Interop.SDL.SDL_GPURenderState* state);
}
}
namespace bottlenoselabs.Interop
{
public static unsafe partial class SDL
{
Expand Down Expand Up @@ -6552,14 +6616,6 @@ public static unsafe partial class SDL
}
}
namespace bottlenoselabs.Interop
{
public static unsafe partial class SDL
{
[global::System.Runtime.InteropServices.DllImportAttribute("SDL3", EntryPoint = "SDL_SetRenderGPUState", ExactSpelling = true)]
public static extern partial global::Interop.Runtime.CBool SDL_SetRenderGPUState(global::bottlenoselabs.Interop.SDL.SDL_Renderer* renderer, global::bottlenoselabs.Interop.SDL.SDL_GPURenderState* state);
}
}
namespace bottlenoselabs.Interop
{
public static unsafe partial class SDL
{
Expand Down Expand Up @@ -6736,6 +6792,14 @@ public static unsafe partial class SDL
}
}
namespace bottlenoselabs.Interop
{
public static unsafe partial class SDL
{
[global::System.Runtime.InteropServices.DllImportAttribute("SDL3", EntryPoint = "SDL_SetTexturePalette", ExactSpelling = true)]
public static extern partial global::Interop.Runtime.CBool SDL_SetTexturePalette(global::bottlenoselabs.Interop.SDL.SDL_Texture* texture, global::bottlenoselabs.Interop.SDL.SDL_Palette* palette);
}
}
namespace bottlenoselabs.Interop
{
public static unsafe partial class SDL
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <auto-generated>
// This code was generated by the following tool on 2025-09-25 23:37:35 GMT+00:00:
// This code was generated by the following tool on 2025-10-13 22:11:45 GMT+00:00:
// https://github.com/bottlenoselabs/c2cs (v2025.9.8.0)
//
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <auto-generated>
// This code was generated by the following tool on 2025-09-25 23:37:35 GMT+00:00:
// This code was generated by the following tool on 2025-10-13 22:11:45 GMT+00:00:
// https://github.com/bottlenoselabs/c2cs (v2025.9.8.0)
//
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <auto-generated>
// This code was generated by the following tool on 2025-09-25 23:37:30 GMT+00:00:
// This code was generated by the following tool on 2025-10-13 22:11:34 GMT+00:00:
// https://github.com/bottlenoselabs/c2cs (v2025.9.8.0)
//
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down
2 changes: 1 addition & 1 deletion src/cs/production/SDL_ttf.Interop/Generated/SDL_ttf.g.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <auto-generated>
// This code was generated by the following tool on 2025-09-25 23:37:30 GMT+00:00:
// This code was generated by the following tool on 2025-10-13 22:11:34 GMT+00:00:
// https://github.com/bottlenoselabs/c2cs (v2025.9.8.0)
//
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down